Visual Studio 2005 Beta

10
PHY 201 (Blum) 1 Visual Studio 2005 Beta Running a simple C/C++ progam

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

Page 1: Visual Studio 2005 Beta

PHY 201 (Blum) 1

Visual Studio 2005 Beta

Running a simple C/C++ progam

Page 2: Visual Studio 2005 Beta

PHY 201 (Blum) 2

Click on Project next to Create

Page 3: Visual Studio 2005 Beta

PHY 201 (Blum) 3

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

Page 4: Visual Studio 2005 Beta

PHY 201 (Blum) 4

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

Page 5: Visual Studio 2005 Beta

PHY 201 (Blum) 5

Go to Debug/Windows/QuickConsole

Page 6: Visual Studio 2005 Beta

PHY 201 (Blum) 6

Go to Debug/Start Debugging

Page 7: Visual Studio 2005 Beta

PHY 201 (Blum) 7

Console briefly appears as independent window then

reappears as Quick Console at bottom of IDE.

Page 8: Visual Studio 2005 Beta

PHY 201 (Blum) 8

Replace Hello World code with loop code from lab

Page 9: Visual Studio 2005 Beta

PHY 201 (Blum) 9

Result of Loop program

Page 10: Visual Studio 2005 Beta

PHY 201 (Blum) 10

More results of Loop program