User profile: TechEnthusiast

User info
User name:TechEnthusiast
History
Joined:
Number of posts:24
Latest posts:

want to use new with future and promise
Please note I have already gone through http://www.cplusplus.com/forum/general/234044/ but still did...

std::promise and std::future as pointer
I want to make std::promise and std::future as pointers and make it a varibles of myClass class ...

how to find object type of derived class on Runtime
if we have 100 versions of Derivedn which has to be specially handled and what should be done. what ...

how to find object type of derived class on Runtime
No my question is is there any way I write two versions of function f void f(B* b) { } void f(Deri...

how to find object type of derived class on Runtime
I have following code class Base() { }; class Derived1: public Base { }; class Deri...