Page 1 of 1

itoa()

Posted: Fri Aug 20, 2004 10:36 pm
by mooseelkdog
Why does ANSI C recognize atoi() but not itoa()?

Posted: Fri Aug 20, 2004 10:53 pm
by Larry
I think it's a Borland C extension.

You can always use sscanf or sprintf in either case..

Posted: Tue Mar 22, 2005 6:27 am
by Tarsoav
I find do not understand, I use GCC 2.95.3, and obtain to compile, but he gives error there. Somebody could say me what it is happening?