Hi,
What should I learn to create simple DOS graphics by controlling pixels on the monitor. I already know how to control pixels in assembly, but i wanted it in C
Simple DOS graphics using C?
This will let you create ASCII art, which is character mode graphics. Should work with a PC and any other computer as well. Which is good; it means people will be able to read them on other computers if they get them in their emali or look at them in their web browser or word processor.
Simple DOS graphics using C?
In C on dos use CONIO.h
In C on Unix use Curses.H
No comments:
Post a Comment