Thread: draw a shape in c

  1. #1
    Registered User
    Join Date
    May 2011
    Posts
    1

    draw a shape in c

    Hi
    i want a code in c that when i drag a tiny shape and drop it draw a big shape ..
    for example i drag a square and drop it, program draw a big square..

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    So start writing... think it through, work on how you need to do it with pencil and paper, once you understand the problem, design a solution and start writing your code.

    If you get stuck (real stuck, not lazy stuck) post up the problem sections and we'll see what we can do...

    Many here will help you sort it out, but we're not in the practice of simply handing out code on this forum...

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > i want a code in c that when i drag a tiny shape and drop it draw a big shape ..
    a) buy photoshop
    b) download GIMP

    Not to mention, we don't do "gimmetehcodez"
    Announcements - C Programming
    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. how to print this shape?
    By sixth sense in forum C++ Programming
    Replies: 4
    Last Post: 01-28-2010, 05:26 PM
  2. Filling a shape
    By SlayerBlade in forum C Programming
    Replies: 5
    Last Post: 10-07-2005, 08:26 PM
  3. Window shape
    By StephanC in forum C++ Programming
    Replies: 2
    Last Post: 08-17-2004, 08:47 AM
  4. CDC shape Helps
    By cfrost in forum C++ Programming
    Replies: 3
    Last Post: 05-13-2004, 05:49 AM
  5. Question On Shape
    By Peon in forum C Programming
    Replies: 3
    Last Post: 01-26-2003, 12:41 PM