
C++ docs - get started, tutorials, reference. | Microsoft Learn
Learn C++ in Visual Studio Download Download Visual Studio for Windows Install C/C++ support in Visual Studio Download only the command-line build tools Get started Hello world in Visual Studio …
Microsoft C/C++ Documentation | Microsoft Learn
Learn how to use C++ to develop applications, services, and tools for your platforms and devices.
C++ development with Visual Studio | Microsoft Learn
Create C and C++ apps in Visual Studio Tutorial Create a console app Create a Universal Windows Platform app Create a Windows Desktop app Create a Windows Desktop app with MFC Create a …
Get Started with Win32 and C++ - Win32 apps | Microsoft Learn
Jan 27, 2022 · The aim of this Get Started series is to teach you how to write a desktop program in C++ using Win32 and COM APIs.
Create a Traditional Windows Desktop Application (C++)
Sep 5, 2025 · Learn how to create a minimal, traditional Windows desktop application using Visual Studio, C++, and the Win32 API.
Create a Standard C++ Program | Microsoft Learn
Mar 28, 2025 · Learn how to use Visual Studio to create a standard C++ project, and then compile and run the program.
Create a console calculator in C++ | Microsoft Learn
Nov 5, 2025 · C++ code is organized into header (.h) files and source (.cpp) files. Some other file extensions are supported by various compilers, but these are the main ones to know about.
Named modules tutorial in C++ | Microsoft Learn
Feb 14, 2025 · In this tutorial, you were introduced to the basics of C++20 modules by creating a primary module interface, defined a module partition, and built a module implementation file.
Overview of modules in C++ | Microsoft Learn
Jul 18, 2025 · C++20 introduces modules. A module is a set of source code files that are compiled independently of the source files (or more precisely, the translation units) that import them.
Visual Studio documentation | Microsoft Learn
Follow a tutorial Simple C# console app C++ console calculator Visual Basic console app