Database
graphprg.asc
Associated article: Graphics Programming
Tags: Database Design
_GRAPHICS PROGRAMMING COLUMN_ by Michael Abrash [LISTING ONE] /* Demonstrates non-antialiased drawing in 256 color mode. Tested with Borland C++ 2.0 in C mode in the small model. */ #include <conio.h> #include <dos.h> #include "polygon.h" /* ...


