Can I draw lines, circles, points, graphics in a console window?
No. There is no documented way to draw in a console window. You have a few options: • Write a Windows GUI application (see above for tutorials). • You can use the WinBGI library (see above) to port DOS graphics code that uses the BGI (Borland Graphics Interface). • You can use the Win32 port of the Allegro library (see above) to port DOS graphics applications developed with DJGPP and Allegro.