summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@twinleaf.com>2015-04-06 10:12:51 -0700
committerbryan newbold <bnewbold@twinleaf.com>2015-04-06 10:14:30 -0700
commit60d0c560a807634fc063abd38af033f14328a2f5 (patch)
tree48a75d21cd0d577fe7767a3b10b255ea73e0cb5d
parentf027925deef57d0d7a3768642cb616b4c541a94d (diff)
downloadknowledge-60d0c560a807634fc063abd38af033f14328a2f5.tar.gz
knowledge-60d0c560a807634fc063abd38af033f14328a2f5.zip
c: zed shaw notes
-rw-r--r--software/c.page7
1 files changed, 7 insertions, 0 deletions
diff --git a/software/c.page b/software/c.page
index 61e0391..96d6f04 100644
--- a/software/c.page
+++ b/software/c.page
@@ -54,3 +54,10 @@ Notable C Libraries
[yajl](https://github.com/lloyd/yajl) ("Yet Another JSON Library"): portable,
incremental, simple, error messages.
+Zed Shaw Notes
+----------------
+
+cachegrind/callgrind: http://c.learncodethehardway.org/book/ex41.html
+bstring ("better string"): http://c.learncodethehardway.org/book/ex36.html
+testing: http://c.learncodethehardway.org/book/ex30.html
+debug macros: http://c.learncodethehardway.org/book/ex20.html