GDT
My personal Generic Data Types library.
August, 9, 1996
The goal is to save work when needing some elementary data types such as linear lists or bintrees in my C programs. One of the nice things about C++ is that it already contains such a library, I know I know ...
Work under construction. Low priority. Contains only what I stricktly needed in my programs.
- Author
Philippe Bekaert
Computer Graphics Research Group
Department of Computer Science - K.U.Leuven
Celestijnenlaan, 200A
3001 heverlee - Belgium
Philippe.Bekaert@cs.kuleuven.ac.be
http://www.cs.kuleuven.ac.be/~philippe/
- ChangeLog
Fri Oct 4 18:19:10 1996 Philippe Bekaert <philippe@flater.cs.kuleuven.ac.be>
- Doubly linked lists added.
