User profile: chameleon

User info
User name:chameleon
Location:Greece
Bio:Army Corps of Engineer
History
Joined:
Number of posts:50
Latest posts:

Downcasting without copying the whole thing
I have a non-virtual class (VectorT) with exactly the same data structure with its derived (Vector3)...

Implementation with function parameter packs
I don't understand how can implement this functionality with variadic templates. I don't understand ...

element c'tor/d'tor in array created with realloc/free
Nope. You cannot use realloc because you must run move constructor of moved objects. If you use real...

element c'tor/d'tor in array created with realloc/free
I create a dynamic array (like std::vector without [code]capacity()[/code] ). It can initialize the...

template function parameter inside template class
I get the point now. But, dude! What a strange syntax! C++ syntax continues for 10th year to surpris...