Skip navigation.

GNOME Summary for 30th March to 19th April

GNOME
GNOME

A new GNOME Summary is out featuring stories from far and near. This week we cover the new desktop documentation from Sun Microsystems, Java integration, Gstreamer release and Rhythmbox future, the new gpfd and much more. Be sure to tune in at developer.gnome.org

Re: GNOME Summary for 30th March to 19th April

"Don't know why, but I think (don't get me wrong though) that KDE camp is more inovative or they have rather simplier developing tools (or is that language - Qt)."

True, C++ lets you do certain things faster and easier. But C++ intoduces a lot of issues which C doesn't have, like support (most C++ compilers don't support the full standard) and ABI issues (GCC 2.95 vs 3.0 vs 3.1.1 vs 3.2 vs non-GCC compilers etc.), startup time, etc. etc.