Skip to content

DrCosinus/Playground

Repository files navigation

Playground

Sources of some experiments

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.

Misc

covariant

Demonstrate covariance in C++

deconstify

Tentative to ease the create of const and non const getter (hiding the use of const_cast to the user).

fsm

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.

recursive_helper

Abandoned

magic

Misc transient experiments...

static_config

Tentative of multiple configuration initialisation using the preprocessor as little as possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors