Learn how and why you should use C++ exceptions to replace the use of the exit() method in legacy code.
Using C++ Exceptions to Replace exit()
Published 08/12/2002
Learn how and why you should use C++ exceptions to replace the use of the exit() method in legacy code.
A wrapper classes for dynamic DLL loading.
Two different ways to do a case insensitive search.
Sometimes it is necessary to create XML files from a program in C++...
The inflable array described here allows to declare really huge buffers without actually allocating much more memory than is really needed to store the actual data.