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!

writing and readings I/O ports

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I need to use inport and outport in VC++ but i dont know
 
cybertincho, It's difficult to give you complete details of this, i will only point you to some source.

This is done through the class CFile ('and you thought CFile would only deal with files). In Visual C++ (MFC), ports are treated as CFile objects. Normal file write/read operations apply to port. A good atarting program could be found in the book titled : "Visuall C++ 4.0 Unleashed".

cheers,
Kashif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top