Fondement Michtam Code
Few useful tools that will be liberally used in all my projects.
Brought to you by:
michtam
Fondement Michtam is a library of widely experimental primitives that MIGHT be useful in more well defined projects. As such, the real interesting parts lie in the headers. It is incremental work and rely on the writing of small, if possible independent modules. For each module, a small test application is written to check the module and coding good behaviour. The inc directory contains the public headers. The src directory contains the code. Local headers should also be kept here. The obj directory contains the object files. The various test applications will be stored in the main directory. It is supposed that projects that will use the modules will be created in their own sub-directories. ------------------------------------- Compilation: On linux platform (I suppose it would work on any unix platform): Type make all in the main directory. That should compile the object files and the test application. Not much to say. If you don't intent to use the modules, you can still launch the various test applications. They do stuff.