User profile: mar11

User info
User name:mar11
History
Joined:
Number of posts:46
Latest posts:

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 variables
Hi all, consider the following code [code]class c0{}; class c1: public c0 { int m; }; class c2: p...

This user does not accept Private Messages

User: mar11
Public profile