Course Overview:
This course introduces C and C++ programmers to Microsoft's Visual C++ Developer Studio 6.0 interactive development environment.

Goals:
Provided students meet the prerequisites, at the end of the course they should have a good understanding of the following:
1. Be able to navigate their way around the InfoView, ClassView, and FileView windows as well as most of the menu options.
2. Understand workspaces and projects, and how to create them.
3. Know how to use the debugger by setting breakpoints, tracing functions calls, examining and changing variables, monitoring multi-threaded applications and DLLs, and related activities.

4. now how to use the profiler for performance analysis.

Who This Course is Appropriate For:
C and C++ programmers and technical managers who need to implement or manage projects using Developer Studio under Windows.

Prerequisites:
Either know C and/or C++, or be in the process of learning either of those languages.

Materials:
Each buyer will receive the following materials:

MS Visual Developer V6.0 – This text was written specifically for teaching. It contains lots of screen dumps.
An electronic copy of the demonstration source files for use in the workshop.

Detailed Topics:
The main topics covered are:

- Workspaces and Projects
- Configurations and Subprojects
- Docking
- Debugging
- Profiling