100 likes | 253 Views
Visual Studio 2005 Beta . Running a simple C/C++ progam. Click on Project next to Create. In the New Project dialog box, choose Visual C++ and CLR Console Application, enter a name, click OK. Result (should be set up to edit .cpp file). Go to Debug/Windows/QuickConsole.
E N D
Visual Studio 2005 Beta Running a simple C/C++ progam PHY 201 (Blum)
Click on Project next to Create PHY 201 (Blum)
In the New Project dialog box, choose Visual C++ and CLR Console Application, enter a name, click OK PHY 201 (Blum)
Result (should be set up to edit .cpp file) PHY 201 (Blum)
Go to Debug/Windows/QuickConsole PHY 201 (Blum)
Go to Debug/Start Debugging PHY 201 (Blum)
Console briefly appears as independent window then reappears as Quick Console at bottom of IDE. PHY 201 (Blum)
Replace Hello World code with loop code from lab PHY 201 (Blum)
Result of Loop program PHY 201 (Blum)
More results of Loop program PHY 201 (Blum)