Insert member variable at compile-time Is there any way to access/ check the type of child classes stored in vector "items" in the "App" cl...
Insert member variable at compile-time @Disch: But if you want to access a value of items in app. You need to cast it statically and that s...
Insert member variable at compile-time Hi all, consider the following case: Given a various number of child classes which inherited form ...
Adding member to an object Hi all, in old standard C++ I know that is no way to add a member to an object dynamically? Is th...
Generic member variablesHi all, consider the following code [code]class c0{}; class c1: public c0 { int m; }; class c2: p...
This user does not accept Private Messages