 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
puzzlecracker Guest
|
Posted: Wed Sep 28, 2005 9:27 pm Post subject: pssible confusion about iterators |
|
|
let's say I have
class A{};
vector<A*>::iterator ii;
is it fair to assume that ii has a type of A* (given that ii is not
invalidated)?
and use it as
A* a= *ii;
what are other mean to extract tbe pointer from vector?
thanks
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|