View Single Post
Re: Pointer to vector element
Old
  (#5)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default 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 ?


  
Reply With Quote