> I really think that declaring a stream and outputting to it just to
> change an int to a string is overkill and not convenient.

Seconded. And a function could be used in more places that a block of three
lines. And it's easier readable, since it is shorter. And all the magic
necessary to support broken compilers can be in one place. And the
inclusion of the sstream header can be avoided in some places by forward
declaration of the conversion function.

Andre'


-- 
André Pönitz ........................................ [EMAIL PROTECTED]

Reply via email to