I am learning C++ and one of the things I want to be able to do is to create simple gui's. (Coding the gui, not using a designer...if that helps here.)
I'm a java programmer and use the swing class among others to create a gui. Is there something comparable in C++?
I use codeblocks mostly for my IDE, but could use dev++ if this makes a difference.