C (programming language)
Resources
Articles
Bit Twiddling Hacks - Sean Eron Anderson
Demystifying bitwise operations, a gentle C tutorial - Andrei Ciobanu
Everything I wish I knew when learning C - Tom Mewett
Few lesser known tricks, quirks and features of C - Jakub Łukasiewicz
How to C in 2016 - Matt Stancliff
Memory Allocation - Sam Rose
The Descent to C - Simon Tatham (Hacker News, Reddit)
The Lost Art of Structure Packing - Eric S. Raymond
What a C programmer should know about memory - Marek Vavrusa
Books
Build Your Own Lisp - Daniel Holden
C Elements of Style - Steve Oualline
C Programming: A Modern Approach - Kim N. King
Essential C - Nick Parlante
GNU C Language Introduction and Reference Manual - Richard Stallman
Modern C - Jens Gustedt
The C Book - Mike Banahan, Declan Brady, Mark Doran
The C Programming Language - Dennis Ritchie, Brian Kernighan
Courses
C Programming with Linux - Dartmouth University
Hacker News threads
Websites
Memory Spy - Julia Evans
YouTube Videos
How I program C - Eskil Steenberg
Last updated