Thread: Help with C++ function

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

    Help with C++ function

    Write a c++ function that accepts an array of characters and the number of characters in the array. The function then reverses the element of the array.

    Please Help

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Quote Originally Posted by Forum Guidelines
    2. Don't ask people to do all your work for you, See the announcement on Homework below; for more info about what is considered acceptable.
    http://cboard.cprogramming.com/annou...ouncementid=51

    If you are prepared to provide source code and more details concerning what you have tried so far, PM me or another moderator and we can reopen the thread; however, requests like these are not tolerated on this board.

  3. #3
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    What do you have so far? Post your code and a specific question about it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  2. Seg Fault in Compare Function
    By tytelizgal in forum C Programming
    Replies: 1
    Last Post: 10-25-2008, 03:06 PM
  3. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  4. Replies: 28
    Last Post: 07-16-2006, 11:35 PM
  5. const at the end of a sub routine?
    By Kleid-0 in forum C++ Programming
    Replies: 14
    Last Post: 10-23-2005, 06:44 PM