but that is the c way not the c++ way
I am just to enthraled with OOP to use anything less
any other ideas?
Mike
On 12 Jul 1999 lijowski@cosray2.wustl.edu wrote:
>
> Michael,
>
> Try,
>
> char mystring[50];
> double mydouble;
>
> sprintf(mystring, "%f", mydouble);
>
>
> Michal Lijowski
>