Thread: Text in 2 dimensionalarray

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    2

    Question Text in 2 dimensionalarray

    Hello!

    I want to make a "Pov Wheel" and i need to have a converter wich
    convert my text (ASCII) into a two dimensional array.
    Something like:

    Array_text[30][5];
    =

    0010001000001000001000000010000000111000
    0010001000010100001000000010000001000100
    0011111000111110001000000010000001000100
    0010001000100010001000000010000001000100
    0010001000100010001111100011111000111000

    So that you can see "HALLO" in the LED lights:


    Does someone knew how to do this??
    Pleas help me :-)

    Greatings Dennis!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Text in 2 dimensionalarray
    Read the rules on cross-posting
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Deleting Text from a Text file
    By Daved in forum C++ Programming
    Replies: 5
    Last Post: 11-04-2006, 09:47 PM
  2. struct question
    By caduardo21 in forum Windows Programming
    Replies: 5
    Last Post: 01-31-2005, 04:49 PM
  3. Appending text to an edit control
    By dit6a9 in forum Windows Programming
    Replies: 3
    Last Post: 08-13-2004, 09:52 PM
  4. Scrolling The Text
    By GaPe in forum C Programming
    Replies: 3
    Last Post: 07-14-2002, 04:33 PM
  5. Replies: 1
    Last Post: 07-13-2002, 05:45 PM

Tags for this Thread