Thread: itoa()

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    204

    itoa()

    Is the itoa() function part of the C ou C++ standard? A friend told my it's in stdlib.h, cstdlib or iostream but I couldn't find it here
    http://www.cppreference.com/

    Thanks.

  2. #2
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    It is not part of the C standard.
    If you understand what you're doing, you're not learning anything.

  3. #3
    .
    Join Date
    Nov 2003
    Posts
    307
    Some compilers and their runtime libraries provide extra, non-standard functions like itoa() and strrev().

    Your firend's compiler is probably one those....

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem using itoa
    By g_p in forum C Programming
    Replies: 2
    Last Post: 05-03-2008, 06:38 AM
  2. Problem with itoa() perhaps?
    By TheSquid in forum C++ Programming
    Replies: 5
    Last Post: 05-08-2006, 02:04 AM
  3. Really Weird itoa Problem
    By Grantyt3 in forum C++ Programming
    Replies: 8
    Last Post: 12-20-2005, 12:44 AM
  4. itoa
    By coldcoyote in forum Linux Programming
    Replies: 4
    Last Post: 02-13-2003, 09:28 AM
  5. itoa
    By Thantos in forum C Programming
    Replies: 2
    Last Post: 09-18-2001, 02:23 PM