Bit-fields are a feature of the C and C++ languages to optimize the space taken by an integral member variable of a struct or class. It specifies the exact number…
Posts Homepage
C++ – RAII, Ownership, and Smart Pointers
Please don’t pass around a std::shared_ptr<T> when you don’t need to.
Makefile – Recursive and Non-Recursive
Gonna discuss Peter Miller’s “Recursive Make Considered Harmful” article And discuss Non-Recursive Make. Some random cool photo up above.
Makefile part 1
Hey I’m gonna put some makefile info here. Maybe talk about how to write a makefile for a minimal C project
Debugging Coredumps with GDB
TODO 🙂