Thread: simple but not working

Hybrid 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
    It's the code from Mike

    http://cboard.cprogramming.com/showthread.php?t=90911

    I modified to return std::string
    Code:
    std::string strOut = std::string(str);    // using Daved approach as shown above
    return(strOut);
    fyi - clocking out for the day
    Last edited by Dave++; 06-19-2007 at 09:32 PM. Reason: updates

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [PAID] Very simple C script - Not working?
    By spadez in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 02-12-2009, 08:00 AM
  2. Simple program not working, don't know why
    By Bakster in forum C Programming
    Replies: 11
    Last Post: 01-29-2009, 01:56 PM
  3. Replies: 3
    Last Post: 09-12-2005, 09:08 AM
  4. Replies: 5
    Last Post: 02-02-2003, 10:56 AM
  5. simple program not working
    By Unregistered in forum Windows Programming
    Replies: 2
    Last Post: 03-04-2002, 11:36 PM