diff options
author | bryan newbold <bnewbold@twinleaf.com> | 2015-04-06 10:12:51 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@twinleaf.com> | 2015-04-06 10:14:30 -0700 |
commit | 60d0c560a807634fc063abd38af033f14328a2f5 (patch) | |
tree | 48a75d21cd0d577fe7767a3b10b255ea73e0cb5d /software | |
parent | f027925deef57d0d7a3768642cb616b4c541a94d (diff) | |
download | knowledge-60d0c560a807634fc063abd38af033f14328a2f5.tar.gz knowledge-60d0c560a807634fc063abd38af033f14328a2f5.zip |
c: zed shaw notes
Diffstat (limited to 'software')
-rw-r--r-- | software/c.page | 7 |
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 |