Making guis... what do you guys reccomend?

once I finish reading my c++ book, I'd like to move on to making guis. what is a way to make guis? I've heard qt4.0 is good
If your a beginner qt is the definitely the way to go.
Pros
Great Documentation
Simple API
A Great IDE

Cons
Code seems to start getting cluttered and unorganized on large projects but this happens on most 3rd party library's.


Other choices are wxwidgets, just plain old WinApi, and many many more but none matching QT.
I think it's the right choice for a beginner
Last edited on
QT is Probably the best CrossPlatform solution.

Personally I love InterfaceBuilder on OSX as far as gui building goes (probably because I've been using it so much lately)

WinAPI is pretty much crap. (IMHO)

Haven't messed with many others but there are options like WXWidgets and GTK, Oh and of course you can roll your own with SDL or SFML.
Topic archived. No new replies allowed.