Mar 6, 2002 #1 Spannerman Programmer Joined Dec 31, 2000 Messages 26 Location GB What is the format for ITOA I am at work and don't have my manual.
Mar 6, 2002 #2 bigtamscot Programmer Joined Apr 28, 2001 Messages 37 Location GB itoa(num, string, 10); where the last parameter is always "10" if you are using the base-10 (normal) number system. Hoping to get certified..in C programming. Upvote 0 Downvote
itoa(num, string, 10); where the last parameter is always "10" if you are using the base-10 (normal) number system. Hoping to get certified..in C programming.