cpcc - cross platform C++ classes 0.55
pcc is a minimal library of C++ classes.
Amongst others, it contains:
a portable file system class a path helper class - allows manipulation of file paths
a screensaver interface class
a persistent settings class (similar to INI files)
a portable color class
a window class with simple drawing functions
a time counter class a
self-test class (allows you to run tests against your code, with minimal programming overhead). Every class can contain its self-test code, which is executed without extra tools of unit-testing libraries.