User profile: chameleon

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

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...

template function parameter inside template class
Sorry for the big code block but it can be compiled. I get this strange error. It seems that it d...