|<
Build & Run C++ .NET 1 |
Main |
Build & Run C++ .NET 3 >|
USING
VISUAL STUDIO 2005 TO BUILD AND RUN C++ .NET
CONSOLE
MODE APPLICATION 2
-
The following figure is the Visual Studio
2005 Integrated Development Environment (IDE).

-
First of all we want to set the startup page
to the last loaded solution. To accomplish this, select the
Tools menu and
Options… menu item.

-
Expand the
Environment and then select the
Startup folder. Select the
Load last loaded solution of
the At startup: field on the
right pane. Click OK to dismiss
the project’s Options page.
You can explore other settings as well.

-
Next we are going to build and run our first
C++ CLR Console Mode Application.
Select File →
Project… menu.

-
In the
New Project page, expand the Visual C++ folder and select the
CLR. Then on the right pane,
the Templates, select
CLR Console Application. Fill-in
the project name in the Name:
field. In this case we put getdrive.
Adjust the project location in the Location:
field as needed. Click the OK button.

|<
Build & Run C++ .NET 1 |
Main |
Build & Run C++ .NET 3 >|