Design
porter.lst
Associated article: Matching My Wife's Wet Washcloth
Tags: Database Design
_GRAPHICS PROGRAMMING COLUMN_
by Kent Porter
[LISTING ONE]
/* COLORS.C: Shows all colors in default palette */
#include "grafix.h"
#include <conio.h>
void main ()
{
int r, c, color;
if (init_video (EGA)) {
for (r = 0; r < 4; ...


