- Instructor prefers CodeLite but I am already using VSCode and Section 22 walks through VSCode installation, building and running C++ programs.
- I also started learning C++ programming with free and online platform. So I had most of the basic set up per Microsoft's instuctions
- Notice the insturctor prefers
g++
overclang
,c++17
overc++20
, and using another debugger. They are all documented under Section 22.
- Notice the insturctor prefers