Re: Pointer to vector element -
08-03-2004
STL is quite fine since the performance is ok, and you dont have to care about implementing your own lists, etc. and the vector class is as fast as an array as long as you dont look at adding elements ...
already tried &(*iterator) for getting a pointer to an element ?
|