- Sep 3, 2003
- 1,043
- 0
- 0
right now, all i know is how to make a program in a command line based form like how you would see things in dos. but how would you make a gui in c++? is it very hard and complex?
Originally posted by: Nothinman
C++ itself is pretty complex, at the most basic level adding a GUI is just utilizing some more classes for window and widget drawing. The problem is what library do you want to use? QT? MFC? Windows.Forms? GTK+?
Originally posted by: stickybytes
Originally posted by: Nothinman
C++ itself is pretty complex, at the most basic level adding a GUI is just utilizing some more classes for window and widget drawing. The problem is what library do you want to use? QT? MFC? Windows.Forms? GTK+?
right now in class, i am using visual studio 6. its a really old version and we haven't been taught how to create a gui but i thought i would learn about a little about it on the side.
right now in class, i am using visual studio 6. its a really old version and we haven't been taught how to create a gui but i thought i would learn about a little about it on the side.
Isn't that done kind of 'automatically' with the Visual xxxxx series?
Originally posted by: notfred
In Visual Studio it's just drag and drop.