gotoxy Graphing in a Command Console

Started by
1 comment, last by Palidine 19 years, 7 months ago
i want to set up the command console like a imaginary grid,then be able to place dots in the grid. does anyone know how to do this?
Advertisement
There has just been a thread about this, here.

Alan
"There will come a time when you believe everything is finished. That will be the beginning." -Louis L'Amour
use | and - characters to draw the grid. have the grid representation be a 2D array and iterate through it placing a '|' character after each row item and a complete line of '-' characters between each row.

[edit: ah missed the word "imaginary" :)]

-me

This topic is closed to new replies.

Advertisement