Big library of useful stuff in C
- See files dbh.h and minunit.h for macros used throughout this code
- Uses the bstrlib, which is not mine. Get it here: bstring.sourceforge.net
- Has basic data structures so you don't have to write them: linked lists, hashmap, DArray, binary tree
- Bunch of different search and sort algorithms
- Tests for everything
- There is a basic TCP/IP client and a URL parser. These may not work, but give me something to start with
Thanks to Zed A Shaw and his 'learn code the hard way books'. Without them, I would never have bothered to actually do all of this. zedshaw.com learncodethehardway.org