Hey everyone, I've learn C++ yet I only know how to create an application which runs through the CMD. Can anyone introduce me to a good place to learn about GUI and WIN32 Programming for C++? I know I can just google it but I prefer someone to recommend me a place as programmers will understand me better than a search engine.
There are alot of toolkit out there. You can use gtk2+, wxWidgets and qt etc, they are cross platform and compatible with linux if you decide to port them.