programming

Today certainly one of the less sexy thing…

Today, certainly one of the less sexy thing i’ve ever posted… How to create a unique key out of two pointers in C++? After some investigation and a poor attempt to use boost uint128_t, i found my way using a char array. Here is the code: SomeClass* a = new SomeClass(); SomeClass* b = new

Here is the output and the code of…

Here is the output and the code of the empty example. It is using polymorph package. Once installed (the tricky part, soon fixed with a magic installation script), you just have to extends PolymorphApplication class and start working. As you may notice, the class CustomApp does nothing on its own. It just calls the mother