Search code examples
cbgi

how to move to location in graphics mode


What code do we use to move at a point on the screen in graphics mode(graphics.h)?As in normal we use goto(x,y).


Solution

  • Since you don't have a choice in the matter, here are some tutorials on drawing stuff with graphics.h:

    Part 1 Part 2 Part 3