Re: [OT] _ultoa radix??
Tim Slattery <Slattery_T@bls .gov> wrote in message
news:vtmrlvcbhr qjn2c19hs1h9uu2 aesma43g3@4ax.c om...[color=blue]
> "Kevin Doyle" <jo@fo.mo> wrote:
>[color=green]
> >Hi I just found this macro.
> >I want to convert a dword to string using this _ultoa but I don't[/color][/color]
understand[color=blue][color=green]
> >the radix part of the function.
> >what value of radix should I use so as not to effect the value being
> >converted?[/color]
>
> 1. Don't use _ultoa, use the Format method of CString with the %u
> format specifier
>
> 2. Don't post Windows or MS VC++ specific questions here.[/color]
Please don't post Windows or MS specific answers either.
'CString' is not part of C++.
-Mike
Tim Slattery <Slattery_T@bls .gov> wrote in message
news:vtmrlvcbhr qjn2c19hs1h9uu2 aesma43g3@4ax.c om...[color=blue]
> "Kevin Doyle" <jo@fo.mo> wrote:
>[color=green]
> >Hi I just found this macro.
> >I want to convert a dword to string using this _ultoa but I don't[/color][/color]
understand[color=blue][color=green]
> >the radix part of the function.
> >what value of radix should I use so as not to effect the value being
> >converted?[/color]
>
> 1. Don't use _ultoa, use the Format method of CString with the %u
> format specifier
>
> 2. Don't post Windows or MS VC++ specific questions here.[/color]
Please don't post Windows or MS specific answers either.
'CString' is not part of C++.
-Mike
Comment