Skip to content

Latest commit

 

History

History
 
 

Section02-Installation_and_Setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
  • 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.