Tim N. van der Leeuw wrote: > > In which case, Licheng, you should try using the /GF switch. This will > > tell Microsoft C++ compiler to pool identical string literals together. > > > > > > :) > > The code still creates a new string - instance each time it tries to > append a const char* to the vector<string> ...
Yeah, you're right... I've been programming Java too long :) > You should instead create the string-objects ahead of time, outside of > the loop. > > Regards, > > --Tim -- http://mail.python.org/mailman/listinfo/python-list