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