Howdy campers!
Need a little help on C++ programming.
Basically I want to write data to an address. This address is that of the parallel port. Now, I know I can do it through a standard header file using the function outp, but I wanted to know how to write to specific addresses (by address number) directly for future reference.
Also, which header is outp in? And how do I find which functions are contained in which headers? (and what they do, if possible!)


LinkBack URL
About LinkBacks
Reply With Quote
