FipS' Code - Introduction : rev. 2006-10-14 by FipS
FipS' Code is a set of C++ code pieces which I consider
general and insulated enough to be useful for other developers.
The code is organized in a directory structure which corresponds
to the structure of namespaces. I try to minimalize
dependencies between unrelated parts. So it is often possible
to use only a few related source files thus your project can stay
simple & clean.
For more information please check [ Online Documentation ].