Commands
Compiling
Sanitizers are very useful. Always use them with -g3
, which enables debug information.
It makes it so you can instantly know which line is causing your runtime error.
Valgrind
Hashing
Hashes a file, ignoring all whitespace and comments. Use for verifying that code was correctly typed.