On Mon, Nov 26, 2001 at 06:20:45PM +0100, Lars Gullik Bjønnes wrote: > std::vector<std::string>::const_iterator cit = vec.begin(); > std::vector<std::string>::const_iterator end = vec.end(); > for (; cit != end; ++cit) { > ... > } > > even if I have a typedef for std::vector<std::string>
Buah... Code that is longer than the idea expressed in plain German (which admits some additional chars compared to English ;-}) is broken... "Loop over the vector, call the iterator cit" ... Andre' -- André Pönitz .............................................. [EMAIL PROTECTED]