sketchpad

A collection of personal and technical notes.

View the Project on GitHub arantebw/sketchpad

C++

g++ -std=<version> file.cpp -o <output_dir>

Compiles a single file.cpp program.

C++ Versions