[table of contents] [previous section] [next section]

 

          Getting started with C++

 

1.Introduction

C++ evolved from C. As an extension of C, C++  was developed by Bjarne Stroustrup in the early 1908s at Bell Laboratories. C++ provides a number of features that spruce up the C language, but more importantly, it provides capabilities for OOP(Object-Oriented Programming).

The following is a C++ Microsoft Visual Studio 6.0 Manual. It contains how to create a project, how to compile and execute a project. It also introduces the concept  of how to run program under DOS environment, how to use the customize. Wish it may be helpful to you.

               

               

 

 

                       Figure 1        Microsoft Visual C++ 6.0

 

 

[table of contents] [previous section] [next section]