Skip to content

Commit 474abc4

Browse files
author
Colin Robertson
committed
Add note about which Console App to use
1 parent db05333 commit 474abc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/get-started/2019/tutorial-console-cpp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Visual Studio uses *projects* to organize the code for an app, and *solutions* t
2929

3030
![Choose the Console App template](./media/calc-vs2019-choose-console-app.png "Choose the Console App template")
3131

32+
> [!Important]
33+
> Make sure you choose the C++ version of the **Console App** template. It has the **C++**, **Windows**, and **Console** tags, and the icon has "++" in the corner.
34+
3235
1. In the **Configure your new project** dialog box, select the **Project name** edit box, name your new project *CalculatorTutorial*, then choose **Create**.
3336

3437
![Name your project in the Configure your new project dialog](./media/calc-vs2019-name-your-project.png "Name your project in the Configure your new project dialog")

0 commit comments

Comments
 (0)