Download presentation
Presentation is loading. Please wait.
Published byJody Jackson Modified over 6 years ago
1
How to Edit/Compile/Execute the C++ Program using Microsoft Visual 2010
Double click Microsoft Visual Studio 2010 on the Computer Desktop In start page window, Click New Project In New project window, Click Win32 Console Application In the Name window, Type the Lab name Click Browse and locate where jour project should be saved, then Click OK In Window Application Wizard, Click Next Click Empty project in next window then Click Finish In the Project window, Right click on the Project then Add/ New Item (click) In Add New Item window, Click C++ File (.cpp) Enter name of the Lab then Click Add Right click on the Project, click Properties In Property Pages window, click Configuration Property then click Common Language Runtime Support Click the down arrow to select Common Language Run time support (/clr) Click OK Now Ready to Edit the Test Program How to Edit/Compile C++ Program using Microsoft Visual 2010 From Top down Menu in Visual C++ , click Build Solution If NO errors then Ready to Execute the program To Execute, from Top down Menu, click Debug / Start without debugging
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.