What is the easiest way to make Linux C++ GUI apps? I'm using GNOME and ubuntu 8.10.
I personally prefer QT as I prefer working with the signal/slots mechanism and just find it easy to develop applications quickly with it. Some of your other options would be wxWidgets and GTK+.