The video demonstrates creating and running a simple C++ program with Microsoft Visual Studio 2019. It is very similar to a typical classroom demonstration. Other IDEs will be different but have many concepts in common with Studio. The table below lists the significant steps and where the video demonstrates them.
| Time | Topic |
|---|---|
| 0:00 | Introduction |
| 0:51 | Visual Studio Opening Window |
| 1:17 | Selecting a project template or type |
| 2:02 | Configuring the project and solution |
| 4:10 | Creating, naming, and editing a program file |
| 5:43 | Building/compiling the program |
| 6:25 | Running the program |
| 7:10 | Finding the program source and executable code |
| 8:23 | Finding, opening, and editing a program |