Build your first C++ app
Purpose
This tutorial shows how to develop a simple application using Visual Studio 2017. We’ll go through how to install Visual Studio with the workloads you’ll need to build this C++ console app and introduce you to the debugger.
Time to Complete
15 minutes
Scenario
A simple application written in C++ that prints, “Hello, world!” to the console.
Let's get started!