Thread: array char with pointers

  1. #16
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    Quote Originally Posted by ronenk
    maybe it is my disability, but I couldn't get anything productive from all the things been writen.
    Please be more specific & positive of what should I do to fix it; not only what not to do...

    TIA

    Ronen
    You need to remember where the start of the string is and print from there instead of from the end of the string like you're doing.
    If you understand what you're doing, you're not learning anything.

  2. #17
    Registered User
    Join Date
    Jun 2004
    Posts
    123
    Thank you all, I have managed to make it work fine.
    Your help is appreciate!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Personal Program that is making me go wtf?
    By Submeg in forum C Programming
    Replies: 20
    Last Post: 06-27-2006, 12:13 AM
  2. Need help understanding info in a header file
    By hicpics in forum C Programming
    Replies: 8
    Last Post: 12-02-2005, 12:36 PM
  3. pointers
    By InvariantLoop in forum C Programming
    Replies: 13
    Last Post: 02-04-2005, 09:32 AM
  4. Struct *** initialization
    By Saravanan in forum C Programming
    Replies: 20
    Last Post: 10-09-2003, 12:04 PM
  5. Hi, could someone help me with arrays?
    By goodn in forum C Programming
    Replies: 20
    Last Post: 10-18-2001, 09:48 AM