Database
grphprog.asc
Associated article: Graphics Programming
Tags: Database Parallel
_GRAPHICS PROGRAMMING COLUMN_ by Michael Abrash [LISTING ONE] /* Sample simple dirty-rectangle animation program, partially optimized and featuring internal animation, masked images (sprites), and nonoverlapping dirty rectangle copying. Tested with Borland C++ 3.0 in the small model. */ #include <stdlib.h> #...


