Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
There are a lot of GUI libraries available. wxWidget is a cross-platform free open-source library for developing native GUI
Another is GTK+(with the gtkmm port for C++), which I use is best if your platform uses GNOME as its desktop environment. Though, GTK is also cross-platform free open-source.
If you are on windows, you may use MFC but I don't suggest it.
Its better to go cross-platform with wxWidget.
Find some info about them and get back on us when you get struck
siddhant3s
Practically a Posting Shark
816 posts since Oct 2007
Reputation Points: 1,486
Solved Threads: 140
I think that wxWidgets will be a good choice for you ...
Actually it wouldn't be too difficult to learn, it offers you many features and it's cross-platform (and it's well documented) ...
If you want to read a good tutorial about it you should definitely check out this one ...
tux4life
Nearly a Posting Maven
2,350 posts since Feb 2009
Reputation Points: 2,134
Solved Threads: 243