This documentation is archived and is not being maintained.
Building a C/C++ Program
Visual Studio 2005
You can build projects in Visual C++ in one of two ways:
-
Using Visual Studio.
-
Using the command line.
In This Section
- Building C++ Projects in Visual Studio
-
Discusses using the Visual Studio integrated development environment (IDE) and property pages to build your project.
- Building on the Command Line
-
Discusses command-line tools for programmers who prefer to build their applications from the command prompt.
- Building C/C++ Isolated Applications and Side-by-side Assemblies
-
Describes the new deployment model for Windows client applications based on the idea of isolated applications and side-by-side assemblies.
- C/C++ Building Reference
-
Provides links to an overview of building programs in C++, compiler and linker options, and additional build tools.
Related Sections
Show: