On Thursday 07 March 2002 12:10 pm, Angus Leeming wrote: > Do I not remember André telling me that code like this is very bad practise: > > ostringstream word; > word << "some string"; > ... > word.str("");
or even word = ostringstream(); ???? Angus
On Thursday 07 March 2002 12:10 pm, Angus Leeming wrote: > Do I not remember André telling me that code like this is very bad practise: > > ostringstream word; > word << "some string"; > ... > word.str("");
or even word = ostringstream(); ???? Angus