I want to be able to store a number of objects and access them, as in with an array or vector. The problem is that you can't use methods of objects while they're in the vector (you can't say: myObjects.elementAt(i).myMethod() ) because while something's in a vector you can only use the methods...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.