errors/exceptions - C++ implementation

Working on cs3web, a C++ application to assemble web pages, lead to a need to do some error checking. Specifically, both the sqlite3 and command line code was a good place to experiment with error checking and exceptions.

The following is a list of some of the features of this simple base64 conversion class:

  • small
  • simple
  • Templated Error and Exception return values

Please first be familiar with the information and license information as detailed in the disclaimer page and then read the documentation page for usage and other information and see the download page for obtaining the source code.