User profile: goocreations

User info
User name:goocreations
History
Joined:
Number of posts:8
Latest posts:

C++ Template Parameter automatically with Class Name
I'm also using C++ code in extern "C" all the time. Works perfectly. How would you otherwise create ...

C++ Template Parameter automatically with Class Name
I've thought of that too, but then we have a polymorphism problem: [code]MyPointer<Base> pointer = ...

C++ Template Parameter automatically with Class Name
I have a triple hierarchy class: [code]template<class T> class Singleton; class Base; class...

Recursion in C++
I have no idea, the program just exits

Recursion in C++
This is my actual method: [code]void SPBruteForce::getSPAll(Vertex *e, Cycle *c){ Cycle *b =...