+ All Categories
Home > Documents > Visual Studio 2005 Beta

Visual Studio 2005 Beta

Date post: 25-Feb-2016
Category:
Upload: khan
View: 42 times
Download: 0 times
Share this document with a friend
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
Popular Tags:
10
PHY 201 (Blum) 1 Visual Studio 2005 Beta Running a simple C/C++ progam
Transcript
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


Recommended