Skip to content

Commit 6a145c7

Browse files
committed
Added materail for Section02.
1 parent 37c7c25 commit 6a145c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Instructor prefers [CodeLite](https://codelite.org/) but I am already using VSCode and [Section 22](https://github.com/yanth0nyy/Beginning_CPP_Programming/tree/master/Section22-Bonus_Section-Using_Visual_Studio_Code) walks through VSCode installation, building and running C++ programs.
2+
- I also started learning C++ programming with free and online platform. So I had most of the basic set up per [Microsoft's instuctions](https://code.visualstudio.com/docs/cpp/config-clang-mac)
3+
- Notice the insturctor prefers `g++` over `clang`, `c++17` over `c++20`, and using another debugger. They are all documented under [Section 22](https://github.com/yanth0nyy/Beginning_CPP_Programming/tree/master/Section22-Bonus_Section-Using_Visual_Studio_Code).

0 commit comments

Comments
 (0)