Using the Visual Studio IDE for C++ Desktop Development

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Using the Visual Studio IDE for C++ Desktop Development.

The Visual Studio Integrated Development Environment (IDE) offers a set of tools that help you write and modify code, and also detect and correct errors.

In the articles in this section of the documentation, you create a standard C++ program and test its functionality by using features in Visual Studio. The basic program that you create tracks how many players are playing different card games.

Here are the articles:

Prerequisites

This topic assumes that you understand the fundamentals of the C++ language.

Next Steps

Previous: Visual C++ Guided Tour | Next:Walkthrough: Working with Projects and Solutions (C++)

See Also

Visual C++ Guided Tour
Application Development in Visual Studio