User: dsi2272

  • Public profile

User profile: dsi2272

User info
User name:dsi2272
History
Joined:
Number of posts:20
Latest posts:

Help with iterators.
Sorry. Didnt know how to use code tags before. Anyway here is my code again. Thanks.

Help with iterators.
[code]void EnemyManager::initialize() { vector<Enemy*>::iterator it; for(it = enemiesVec.begin(); ...

Help with iterators.
Thanks for everyones help. I fixed it. It tried a public declaration of the iterator and it works. S...

Help with iterators.
Iter is declared in the .h for the class. And also the vector is a vector of pointers. Ill try a co...

Help with iterators.
Hi. Im having a problem with a function in my class that uses vectors and iterators. I know it is th...

This user does not accept Private Messages