C/C++
cprog.asc
Associated article: C Programming
Tags: C/C++
_C PROGRAMMING COLUMN_
by Al Stevens
[LISTING ONE]
#include <stdio.h>
#include <dos.h>
#include <stdlib.h>
int ports[] = {
0x378,
0x379,
0x37a,
0x3bc,
0x3bd,
0x3be
};
void main(int argc, char *...


