Tag: cheatsheet
-
c++: GDB & G++ compiler
Let’s have a look at GDB.
-
build: Makefiles
A
makefile
tellsmake
what to do, and usually these instructions tell make how to compile and build a program. They are super useful when you have multi-file projects, but not only.