Sunday, July 12, 2009

C++ Programming help?

When I create a new project in C++ how do I get to the actual programming part? All I see is the start screen. I have created the project and its name, yet I can never see the programming box.





I am using MS Visual C++ 2005 express edition.

C++ Programming help?
Try following the steps in the linked tutorial
Reply:What kind of project have you created? If it's a "Windows Application" then go to your Solution Explorer on the right and look for "Form1". Double-clicking on that text opens up the main form. Now hit F7 and it'll open up the source code behind it. Shift-F7 will take you back to the form again.


No comments:

Post a Comment