Handy functions and classes
|
Sometimes called code patterns, this set of pages has functions and classes that perform useful operations. This is an attempt at encouraging code reuse.
|
Converting C++ code to Syntax Coloured HTML |
2-Nov-2000 |
Displaying C++ in a browser looks cool if the code is syntax coloured. This class inputs C++ and outputs syntax coloured HTML.
|
Scanning a Directory tree. |
2-Nov-2000 |
This function progresses through a entire directory structure from a given point. It is re-enterant so must be used with caution.
|
|
|