Changes between Version 1 and Version 2 of ProgrammingGuides
- Timestamp:
- Feb 16, 2015, 10:49:32 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProgrammingGuides
v1 v2 1 1 * [http://icube-icps.unistra.fr/img_auth.php/d/db/ModernC.pdf Modern C] - Very dense, but useful guide to C coding. Probably only useful if you are already very comfortable with programming fundamentals. 2 * [http://www.cs.utexas.edu/~EWD/ewd02xx/EWD249.PDF Dijkstra's Notes on structured programming] - Invented programming practice. Worth a read, and hilarious.