Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 749 Bytes

File metadata and controls

3 lines (3 loc) · 749 Bytes
  • 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++ over clang, c++17 over c++20, and using another debugger. They are all documented under Section 22.