Topic: char *ltoa( long value, char *string, int radix );


Author: "SAJILA .V" <sajilav@home.com>
Date: 2000/03/02
Raw View
Hi everybody,
Is  the function char *ltoa( long value, char *string, int radix );
is an ANSI standard one?Any help will be appreciated!!!
Thanks!!
Sajila

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: "maxim" <maxk@NOSPAMtouro.edu>
Date: 2000/03/06
Raw View
I think people here would recommend sscanf(). It is kind of ugly, but quite
portable.
max.
SAJILA .V <sajilav@home.com> wrote in message
news:38BC78FB.5A46EAF5@home.com...
> Hi everybody,
> Is  the function char *ltoa( long value, char *string, int radix );
> is an ANSI standard one?Any help will be appreciated!!!
> Thanks!!
> Sajila
>
> ---
> [ comp.std.c++ is moderated.  To submit articles, try just posting with ]
> [ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
> [              --- Please see the FAQ before posting. ---               ]
> [ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]
>

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]