Thread: Circle

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

    Circle

    I need help to write a source code in c++.
    "draw the circle with ascii code(*)."
    seems like a circuit

    radius r=3;

    . * * *
    . * *
    . * *
    . * *
    . * * *
    it is enough for me
    but i give a different radius like 5 cm in this source
    Pls help me
    Send <[email protected]>

  2. #2
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    What?!? Did you not learn from your last post?

    We're not going to do your homework for you.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. circle problem
    By gunghomiller in forum C++ Programming
    Replies: 10
    Last Post: 07-14-2007, 06:40 PM
  2. Drawing circle into a bitmap file
    By brokensail in forum C++ Programming
    Replies: 2
    Last Post: 10-30-2006, 01:26 AM
  3. Half of the circle
    By hdragon in forum Game Programming
    Replies: 14
    Last Post: 03-10-2006, 10:15 PM
  4. circle filling
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 06-08-2002, 05:37 AM
  5. point lies in circle?
    By cozman in forum Game Programming
    Replies: 3
    Last Post: 12-20-2001, 04:39 PM