how to create 15 squares with different colors in C or C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pussystabber69
    New Member
    • Oct 2006
    • 4

    how to create 15 squares with different colors in C or C++

    Hi! does anyone out there knows how to create a pragram in C/C++ that
    displays 15 squares with colors inside it here's the sample output:

    _______ _________
    1 1 1 1
    1 RED 1 1 BLUE 1 and so on!!!!......... ............... ,
    1 1 1 1
    1_______1 1_________1


    and a name at the bottom which gives an illusion, I mean my name at the bottom then it will suddenly disappear and appear, I'm willing to pay to anybody that could answer my question please send the complete code at longhead_69@yah oo.com>>> tnx..<<<
  • apusateri
    New Member
    • Oct 2006
    • 27

    #2
    Originally posted by pussystabber69
    Hi! does anyone out there knows how to create a pragram in C/C++ that
    displays 15 squares with colors inside it here's the sample output:

    _______ _________
    1 1 1 1
    1 RED 1 1 BLUE 1 and so on!!!!......... ............... ,
    1 1 1 1
    1_______1 1_________1


    and a name at the bottom which gives an illusion, I mean my name at the bottom then it will suddenly disappear and appear, I'm willing to pay to anybody that could answer my question please send the complete code at longhead_69@yah oo.com>>> tnx..<<<
    Hey there, I'm a little confused - can you use the CODE /CODE tags so that the whitespace is preserved and we can get an idea of what you're looking for.

    Also, is this supposed to be purely text-based (i.e. command prompt) or are you planning on using a graphics library for this?

    Thanks.

    Comment

    • pussystabber69
      New Member
      • Oct 2006
      • 4

      #3
      We use the graphics library for this. The output of the program is not a text but square shapes with colors inside it. each squares contains different colors, it is 3 rows and five columns. The total number of squares are 15 pieces.
      please help me>tnx<.

      Comment

      • apusateri
        New Member
        • Oct 2006
        • 27

        #4
        Originally posted by pussystabber69
        We use the graphics library for this. The output of the program is not a text but square shapes with colors inside it. each squares contains different colors, it is 3 rows and five columns. The total number of squares are 15 pieces.
        please help me>tnx<.
        It's going to depend on which graphic library you use - Direct3D, OpenGL, SDL?

        Comment

        • pussystabber69
          New Member
          • Oct 2006
          • 4

          #5
          I will just ask you a different question, how can i create a program that will display my name and then it will blink and move forward?, it is like an illusion please help me man!!!! it's in turbo c!

          Comment

          Working...