Thread: breaking up the array

  1. #1
    Registered User
    Join Date
    Aug 2006
    Posts
    4

    breaking up the array

    hey peepz,

    is there someone can help on how to move the string in vertical example my input word is teves then the output will be
    t
    e
    v
    e
    s


    the vertical output will move until the end of the screen.

    hope u can help me...

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Well you cuold always put a newline after each letter. Spock would approve.


    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Aug 2006
    Posts
    4

    thanks

    i've already tried it.. well, anyways thanks.. i'll try to go over with it..

  4. #4
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Ah, I see your problem. It's right there. See how I did that?

    "Parapsychology, my friend. Parapsychology." -- Bobby Hobbes

    Now use your psychic powers to see where in your code I was seeing the error. If you are one of those unfortunate peons who lack psychic powers, try posting your code.


    Quzah.
    Last edited by quzah; 08-23-2006 at 08:36 PM.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 16
    Last Post: 05-29-2009, 07:25 PM
  2. from 2D array to 1D array
    By cfdprogrammer in forum C Programming
    Replies: 17
    Last Post: 03-24-2009, 10:33 AM
  3. Creating a menu that reads input via an array?
    By Nalif in forum C Programming
    Replies: 6
    Last Post: 09-29-2006, 09:21 PM
  4. two dimensional dynamic array?
    By ichijoji in forum C++ Programming
    Replies: 6
    Last Post: 04-14-2003, 04:27 PM
  5. Help with an Array
    By omalleys in forum C Programming
    Replies: 1
    Last Post: 07-01-2002, 08:31 AM