Visual Studio 2005 Beta

Post on 25-Feb-2016

44 views 0 download

Tags:

description

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. - PowerPoint PPT Presentation

Transcript of Visual Studio 2005 Beta

PHY 201 (Blum) 1

Visual Studio 2005 Beta

Running a simple C/C++ progam

PHY 201 (Blum) 2

Click on Project next to Create

PHY 201 (Blum) 3

In the New Project dialog box, choose Visual C++ and CLR Console Application, enter a name, click OK

PHY 201 (Blum) 4

Result (should be set up to edit .cpp file)

PHY 201 (Blum) 5

Go to Debug/Windows/QuickConsole

PHY 201 (Blum) 6

Go to Debug/Start Debugging

PHY 201 (Blum) 7

Console briefly appears as independent window then

reappears as Quick Console at bottom of IDE.

PHY 201 (Blum) 8

Replace Hello World code with loop code from lab

PHY 201 (Blum) 9

Result of Loop program

PHY 201 (Blum) 10

More results of Loop program