Thread: itoa in C++

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User Dave++'s Avatar
    Join Date
    Jun 2007
    Location
    Where the Buffalo Roam
    Posts
    40
    What is the best way to implement IOTA in CPP ? Using CPP Standards?

    Given the following...I'd like to return a character version of a library call.
    Code:
    std::string afunctionthatcallsanunchangableLib(){
         returnstring = convertitsimple(somelibraryfunc());
         return(returnstring);
    }
    Thanks,
    Dave

    <<split from https://cboard.cprogramming.com/showthread.php?t=86470>>
    Last edited by Dave_Sinkula; 06-17-2007 at 03:53 PM. Reason: better explaination <<split thread>>

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