Skip to content

BMJHayward/liblcthw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big library of useful stuff in C

  1. See files dbh.h and minunit.h for macros used throughout this code
  2. Uses the bstrlib, which is not mine. Get it here: bstring.sourceforge.net
  3. Has basic data structures so you don't have to write them: linked lists, hashmap, DArray, binary tree
  4. Bunch of different search and sort algorithms
  5. Tests for everything
  6. 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

About

Useful macros, data structures and algorithms in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages