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, whereXXXis the filename incode/ -
Example (builds/run code in
deque.cpp,algo.cppandrecap.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 benn@nushackers.org
