The suplib C++ library is a collection of groovy, general purpose routines. It's split up into several sub-packages (see the Modules page for more information).
These routines concern themselves with input and output. To use them, ensure that you include the correct header file:
#include <suplib++/io.h>
String
These are functions which manipulate strings. Ensure that you include the correct header file:
#include <suplib++/str.h>
1.2.6 written by Dimitri van Heesch,
© 1997-2001