Thread: drawing circle to console

  1. #1
    Registered User
    Join Date
    Dec 2006
    Posts
    1

    drawing circle to console

    Could someone please tell me how to draw a circle to the console in c! Whats the quickest way? A guidline to the source code would be apreciated! It will be used as a radar, Any sagestions


    Many thanks

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    What have you tried?
    My best code is written with the delete key.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    http://cboard.cprogramming.com/showthread.php?t=86755
    First step is to figure out whether you really mean console (in which case, the answer is no), or some DOS emulation because your compiler is in a museum.

    Also, what sort of circle - is ASCII-ART enough?
    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. Console pixels drawing
    By gavra in forum C Programming
    Replies: 20
    Last Post: 08-30-2008, 01: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. Drawing a circle using glut...
    By bennyho03 in forum C Programming
    Replies: 6
    Last Post: 10-18-2004, 10:06 AM
  4. drawing a Circle
    By imbecile in C in forum C Programming
    Replies: 3
    Last Post: 08-02-2003, 05:25 PM
  5. Drawing a circle in a video captured frame
    By skyhigh in forum C Programming
    Replies: 2
    Last Post: 12-05-2001, 01:00 AM