WHAT IS A GOOD GRAPHICAL IDE CAN I USE?

Hi all, i've been doing a course in C++ for almost a year now but there is one thing they don't teach us at school and that is how to create a graphical application using C++. Basically all we are taught is coding, coding and even more coding. Can somebody tell how i can go about developing graphical applications using C++.
you can do it using code with gtk (or gtkmm), or you could use a IDE like visual c++ or visual studio.

with visual c++/studio you are able to easily design GUI's.
Topic archived. No new replies allowed.