Search code examples
c++user-interfaceubuntugnome

How to make Linux C++ GUI apps


What is the easiest way to make Linux C++ GUI apps? I'm using GNOME and ubuntu 8.10.


Solution

  • 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+.