Visual C++ Tutorial
Short Description
Visual C++ Tutorial. This tutorial will show you how to do the following:. 1. Start Visual C++. 2. Create a Project. 3. Insert C++ (.cpp) files into the …
Website: www.jpbaugh.com | Filesize: 219kb
Content
Visual C++ Tutorial
This tutorial will show you how to do the following:
1. Start Visual C++
2. Create a Project
3. Insert C++ (.cpp) files into the Project
4. Compile and Run a console program
5. Print the output of a console program
Choose Start..Programs..Programming..Visual Studio 6.0 .. Visual C++ 6.0
It begins with an annoying tip (see below)
Choose “Close”Behind the tip you will find the integrated development environment (IDE)
From the application menu at the top of the window, choose “File”.. “New”
Choose “Win32 Console Application”
Click the button labeled “.” next to the “Location” text box.
Browse to C: emp, then click “OK”…
Get the file Download here
Related Books:Related Searches: integrated development environment, visual c 6, visual studio 6, cpp files, c tutorial
Comments
Leave a Reply