want to use new with future and promisePlease note I have already gone through http://www.cplusplus.com/forum/general/234044/ but still did...
std::promise and std::future as pointerI 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 Runtimeif 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 RuntimeNo 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 RuntimeI have following code class Base() { }; class Derived1: public Base { }; class Deri...