I've been programming c++ for a year now, and i want to make a gui application.
There are no standard-build-in classes,.. to make a gui application. So here is the question: what gui libraries do you recommend and why?
Qt. Big, heavy, compiles forever, but can do probably all what you want and much more (and makes porting your applications easier). I also used wxWidgets and it was quite a good experience - seems much lighter than Qt.
You just want to have a GUI framework, use FLTK.
I recommend it because it doesn't contain all the things you don't need. You need a GUI framework so you get a GUI framework - no INI, XML Parser, browser component, ..
QT is a HUGE framework.
FLTK is easy, clean and fast. If you want more, use the other frameworks. Thats how a FLTK helloworl program would look like: http://www.fltk.org/doc-1.1/basics.html#basics