Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there an equivalent C++ function to C's outp()?

Status
Not open for further replies.

SHondo

Technical User
Oct 11, 2002
3
US
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.
 
you can use
_asm out ...
_asm in... Ion Filipski
1c.bmp


filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top