some c source files to learn c language standard library, data structure, and algorithms. you can get it use command:
svn checkout http://learnc.googlecode.com/svn/trunk/ learncThe c source code is writing ,and it's quality not very good, now the code is just for learning the language,library,algorithm. The directory structure need to be reorgonized ,it's on my todo list.
My web site is building in progress www.xuecs.com , some explain article will be on my web site. Current there some my blog article at www.xuecs.com/blog.
The site name XueCS meaning learn computer science, in chinese the word "Xue" means learning in English.
Include code: c:
basic library useage:stdlib string time math sort:quicksort bubblesort insertsort search: binarysearch data structure: list hashtable heap trie tree expat xml mysql
cpp:
stl some algorithm for topcoder
07/08/03 trie first implemented use array store
//todo change to list add basic read xdxf files,extract word entry07/08/17 some trolltech qt project in /qt
include layout,paint,mysql,net