layout | title | permalink |
---|---|---|
page |
Materials |
/materials/ |
- Reference Sheet (By Alex Quinn)
- 21st Century C
- The Pragmatic Programmer
- The Pragmatic Programmer - Quick Reference
- Modern C
- #include guards from Wikipedia
- gdb from Richard M. Stallman
- struct from Wikipedia - good level of detail for ECE 264
- struct initialization syntax in C99 from Dave Dribin - advanced, but nice examples
- array and struct initialization syntax in C99 from GCC documentation - advanced
- Compiling a C Program: Behind the scenes