Thread: How to move this circle in x axis

  1. #1
    Registered User
    Join Date
    Oct 2017
    Posts
    37

    How to move this circle in x axis

    hello
    how to move this circle in x or y axix ?
    Code:
    #include<graphics.h>
    int main()
    {
    
    
        int gd=DETECT,gm;
        initgraph(&gd,&gm,"C:\\tg\\bgi");
        circle (50, 100, 25);
    
    
    
    
        getch();
    }

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Read the manual.
    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 move axis !
    By Fatima Rizwan in forum Windows Programming
    Replies: 3
    Last Post: 01-24-2010, 08:57 AM
  2. Replies: 5
    Last Post: 08-09-2009, 02:39 PM
  3. AXIS and C++
    By bman1176 in forum C++ Programming
    Replies: 0
    Last Post: 03-29-2006, 11:00 AM
  4. Graph axis
    By fkheng in forum C Programming
    Replies: 2
    Last Post: 07-25-2003, 07:03 AM
  5. Axis of stupidity
    By foniks munkee in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 12-25-2002, 12:16 AM

Tags for this Thread