Thursday, July 30, 2009

C++ design questions?

I'm new to C++ and have been learning through a online tutorial, and am familiar with basic programs and variable and arrays, but i was wondering how to design the program such as adding labels, textboxes, and buttons. I see the toolbox to do this but dont know the codes or anything I have however done this before with vb i dont know if that will help.

C++ design questions?
The MFC has a GUI code generator.
Reply:If you have a toolbox, just select the button or whatever and then place it on the screen. Right click will probably give you the option to select "Properties" where you can set name and click event handler. It will generate to code for you. I can;t be more specific because you don't tell what brand of IDE you are using.


No comments:

Post a Comment