Microsoft Visual C++ 6.0 Tutorial Introduction Launching Microsoft …
Short Description
Page 1 of 2. Microsoft Visual C++ 6.0 Tutorial. Introduction. Microsoft Visual C++ 6.0 (referred to as VC++) is a software development environment that …
Website: www.cse.buffalo.edu | Filesize: 139kb
Content
EAS230 Microsoft Visual C++ 6.0 Tutorial Fall 2004
09/07/2004 Page 1 of 2
Microsoft Visual C++ 6.0 Tutorial
Introduction
Microsoft Visual C++ 6.0 (referred to as VC++) is a software development environment that
allows a programmer to write, compile, link, execute, test, and debug C++ programs. This
document describes how to use the VC++ environment.
Launching Microsoft Visual C++ 6.0
.. Click on Start ? Programs ? Microsoft Visual Studio 6.0 ? Microsoft Visual C++ 6.0
Creating a New Workspace
.. Click on File ? New in the toolbar.
.. In the new window that pops up, select the Workspaces tab. Select Blank Workspace in
the list. On the right hand side, type N:EAS230 is in the Location field (this only needs to
be done the first time you use VC++), then type Lab1 in the Workspace Name field, then
verify that N:EAS230Lab1 is in the Location field, then click OK.
Opening an Existing Workspace
.. Click on File ? Open in the toolbar.
.. Select N:EAS230Lab1Lab1.dsw and click OK.
Creating a New Project
.. Click on File ? New in the toolbar.
.. In the new window that…
Get the file Download here
Related Books:Related Searches: visual c 6, software development environment, microsoft visual c, visual studio 6, microsoft visual studio 6
Comments
Leave a Reply