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[10][5];
    =

    0010001000001000001000000010000000111000
    0010001000010100001000000010000001000100
    0011111000111110001000000010000001000100
    0010001000100010001000000010000001000100
    0010001000100010001111100011111000111000

    So that you can see "HALLO" in LED light:


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

    Greatings Dennis!
    Last edited by DennisR; 01-24-2010 at 04:27 AM.

  2. #2
    Registered User
    Join Date
    Apr 2009
    Posts
    66
    Please ask your question very specifically

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