Re: double2string

Michael Katz-Hyman (michaelk@jlab.org)
Mon, 12 Jul 1999 14:40:13 -0400 (EDT)


yea,

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
>