Database
grphprg.lst
Associated article: Graphics Programming
Tags: Database
_GRAPHICS PROGRAMMING COLUMN_ by Michael Abrash [LISTING ONE] /* Run-length slice line drawing implementation for mode 0x13, the VGA's 320x200 256-color mode. Not optimized! Tested with Borland C++ 3.0 in the small model. */ #include <dos.h> #define SCREEN_WIDTH 320 #define ...


