Thread: convert int to string

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    1

    convert int to string

    Hi
    I wish to have a C++ code which converts int to string class instance.
    The int can be of any length.

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    This is a very common problem with many different answers. This FAQ might help you:
    http://faq.cprogramming.com/cgi-bin/...&id=1043284385

    Or this one:
    http://www.parashift.com/c++-faq-lit....html#faq-39.1

    Or maybe this thread from a couple days ago:
    http://cboard.cprogramming.com/showthread.php?t=70261

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to combine these working parts??
    By transgalactic2 in forum C Programming
    Replies: 0
    Last Post: 02-01-2009, 08:19 AM
  2. Replies: 8
    Last Post: 04-25-2008, 02:45 PM
  3. Debug Error Really Quick Question
    By GCNDoug in forum C Programming
    Replies: 1
    Last Post: 04-23-2007, 12:05 PM
  4. Half-life SDK, where are the constants?
    By bennyandthejets in forum Game Programming
    Replies: 29
    Last Post: 08-25-2003, 11:58 AM
  5. Quack! It doesn't work! >.<
    By *Michelle* in forum C++ Programming
    Replies: 8
    Last Post: 03-02-2003, 12:26 AM