Reference to one of many objectsI can't use an array as each object is a different class, though all inherited from the same base. ...
Reference to one of many objectsNeither seem to work: [code] Base& base; if (i == 1) base = Obj1; [/code] [code] if (i == 1) Base&...
Reference to one of many objectsI have several different objects, each with a common base class. Id like to create a base-class ref...
This user does not accept Private Messages