Thread: Another returning of C String issue. Don't kill me please!

  1. #16
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Quote Originally Posted by SlyMaelstrom
    I'm pretty sure you can't return an array from a function with a standard return line.

    /\
    ||
    I like these answers.
    ||
    \/
    If you are referring to the post by AncientDragon directly above yours, you will find that he returned a pointer to an array, not an array.

  2. #17
    Registered User
    Join Date
    Nov 2005
    Posts
    41
    Roger that! Thanks!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ ini file reader problems
    By guitarist809 in forum C++ Programming
    Replies: 7
    Last Post: 09-04-2008, 06:02 AM
  2. Replies: 4
    Last Post: 03-03-2006, 02:11 AM
  3. Calculator + LinkedList
    By maro009 in forum C++ Programming
    Replies: 20
    Last Post: 05-17-2005, 12:56 PM
  4. string issue
    By gregulator in forum C++ Programming
    Replies: 4
    Last Post: 03-21-2005, 07:49 PM
  5. Linked List Help
    By CJ7Mudrover in forum C Programming
    Replies: 9
    Last Post: 03-10-2004, 10:33 PM