matrix form

Discussion in 'C' started by jainshasha, Apr 13, 2009.

  1. jainshasha

    jainshasha New Member

    Joined:
    Apr 1, 2009
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    hello guys well i need to make matrices for all the alphabets and digits like given below 000000000000 000111111000 000000001000 000000001000 000000001000 000111111000 000000001000 000000001000 000000001000 000111111000 000000000000 like above example which is drawn for 3 same way i want to make matrices for all alphabets and digits so is there any method in c/c++ so that i can make these matrices easily. actually i was thinking of if somehow i can draw digits and alphabets on the output screen in bigger form so that i can make matrix using pixel by pixel format by scanning those drawing of digits and alphabets. So please if someone can help me out in this
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Just set your favourite text editor to overwrite mode, start with an array of zeroes and change the appropriate characters to 1.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice