1 Getting Started with Microsoft Visual C++ A Tutorial in 2 or 3 …
Short Description
This tutorial illustrates one of the simplest ways to get started creating. programs using Visual C++; it is by no means the only way. …
Website: facultyfp.salisbury.edu | Filesize: 214kb
Content
01/26/01
1
Getting Started with Microsoft Visual C++
A Tutorial in 2 or 3 Acts
By M. Morrison
1.0 Scope
This tutorial demonstrates the basic steps required to create and execute C++ programs
using Microsoft’s Visual C++. software package. The target audience is students enrolled in
Salisbury State University’s COSC120 computer science course. It is assumed that students are
familiar with the Windows 95. operating environment and know how to logon to the university’s
computer system.
2.0 Introduction
Visual C++ is a very powerful package but, as is usually the case with powerful software,
it is also very complex. This tutorial illustrates one of the simplest ways to get started creating
programs using Visual C++; it is by no means the only way. This tutorial is broken down into 3
parts. Section 3.1 describes how to work with existing C++ source code files as is done in the
early course labs. Section 3.2 describes how to create new programs from scratch. Section 3.3
(once written) illustrates use of the Visual C++ debugger. General operations such as saving and
printing files are covered in Section 3.1.
This tutorial assumes that the reader will be using a…
Get the file Download here
Related Books:Related Searches: salisbury state university, computer science course, c source code, microsoft visual c, target audience
Comments
Leave a Reply