Product Documentation

Building a Microsoft Visual Studio C++ Project for Your c-tree Application

Previous Topic

Next Topic

Step 1 - Create a new “console application” project

To create a new project from scratch, in Visual Studio, click File > New > Project.

Specify that your new project should be a Windows Console Application (or Win32 Console Application), give it a name and a location, and then click the OK button. Note that the New Project Wizard looks different for different versions of Visual Studio.

TOCIndex