The material in this section has moved to a separate repository: Scientific-C
This is some sample code written in C, with no or little bearing on libraries. It is mainly intended to illustrate some programming concepts and idiosyncracies particular to C.
C99
: illustration of some C99 features.Misc
: some illustration of miscellaneous C features.Tree_2K
: library for storing spatial data in a tree-like data structure that allows range queries. It illustrates some pointer juggling, bit-level operations, error handling, CUnit testing, C99 features, and Doxygen documentation.c_intro.pptx
: Powerpoint presentation based on Kernighan and Ritchie's "The C programming language".Stdarg
: example of functions with variadic arguments usingstdarg.h
.