A non-exhaustive guide to C++ syntax, common STL functions and containers.
-
Ensure you have Homebrew (for MacOS users) and the neccessary compilers (i.e g++)
-
Run with
make XXX
, whereXXX
is the filename incode/
-
Example (builds/run code in
deque.cpp
,algo.cpp
andrecap.cpp
):
make clean
make deque
make algo
make recap
If you spot any errata, have any feedback/suggestions/improvements, feel free to submit a PR or email me at [email protected]