Facilities tentative to handle type with a strong semantic.
C++ prototyping facilities (simple media management). Windows specific until further notice.
Experiment of compile time expression to analyse strings.
Tentative to add some constraints on function parameters, return value...
Implementation of an enumeration type in which values are not numeric... they are types.
A framework to ease c++ development... humbly trying to fill some gaps in the standard library.
A very simple, and incomplete test framework, but it is very light and fast.
Demonstrate covariance in C++
Tentative to ease the create of const and non const getter (hiding the use of const_cast to the user).
FX curious finite state machine. State is a function which returns the next state. It is not my vision of how a state machine should be managed, but in some way it is a kind of fun and tricky.
Abandoned
Misc transient experiments...
Tentative of multiple configuration initialisation using the preprocessor as little as possible.