I am trying to write a program for class that outputs to the parallel port in C++ but I having trouble locating a function that will do the same thing as C's outp(). If there is such a function what library or class is it included in? I do not want the code to do it just the function so I can figure it on my own. It is a DOS based program.