varied musings of a profligate neophyte
Bits of bitwise magic:
Debugging and unit testing should be logically inseparable. That being said, for those of you who are new to Google Test, this flag makes all the difference.
I decided to Compile
a list of flags I use or stumbled upon while grepping the compiler man pages trying to remember how to disable this or that - after all, who will compile the compilers?
You cannot have C code without macros. Period. One of the biggest shifts moving to C++ from C is letting the preprocessor take a back seat. Ya, it still has its place, but not like in C.
After starting from scratch on one too many projects I finally created a starter template for a CMake build.