Library
Here are all the materials, articles, and books I've read related to C/C++ development, game programming, and GUI design.
Code: The Hidden Language of Computer Hardware and Software
The classic guide to how computers work
The C Programming Language
A definitive, concise guide to ANSI standard C programming by the language's creators
Computer Systems: A Programmer's Perspective
Explains the underlying elements common among all computer systems and how they affect general application performance
Mastering Algorithms with C
Robust solutions for everyday programming tasks
The Linux Command Line
Dive below and explore its depths with the power of the command line
Game Engine Architecture
A complete guide to the theory and practice of game engine software development
Object-oriented Programming with Ansi-C
Uses ANSI-C to discover how object-oriented programming is done, what its techniques are