English
Topic 1. The C++ language and the C++26 standard, the Microsoft Visual Studio 2026 environment, your first program, and the Git version control system
Goal: get familiar with the structure of a C++ console program; learn to create, build, and run a project in Visual Studio 2026 and Developer PowerShell; master formatted output and the basic operations of a local Git repository.
Lecture contents
- The C++ language and its standards — The C++ language: purpose and history · Language standards and compiler support · How source code becomes a program
- Visual Studio and your first project — Installing Visual Studio 2026 · Your first console project · The structure of your first program
- Building and debugging — Solution, project, and files on disk · Errors, warnings, and debugging · Building from the command line
- Git version control — Git version control · Common beginner problems