A collection of source code examples and design patterns for work in c++.
-
based on examples in https://www.instagram.com/p/CcxnBgoPO8M/
-
Information on compiling and environment setup for macos/VSCode: https://www.geeksforgeeks.org/different-ways-to-setting-up-environment-for-cpp-programming-in-mac/
OS X: ...coming soon
-
Update Path:
-
Test version and path:
https://siytek.com/how-to-compile-cpp-on-a-mac/
Basic compile commands:
g++ -o ./print-number ./print-number.cpp
Additional verbose compile dialog:
g++ -o ./print-number ./print-number.cpp -Wall -pedantic -Weffc++ -Werror