• 1
Struct Iteration through (Ab)use of the C Preprocessor

Link: https://natecraun.net/articles/struct-iteration-through-abuse-of-the-c-preprocessor.html

Abstract: Using X Macros to create a kind of type reflection in C.



  • 1
Technical PDF Collection

Link: https://github.com/tpn/pdfs

Abstract: Large collectio of PDFs on technical subjects.



  • 1
The Lost Art of Structure Packing

Link: http://www.catb.org/esr/structure-packing/

Abstract: Article on how structs are packed in C/C++