USB device as input

Basically I would like to know if you can take the output of a USB device and use it as your input for a program that you have written?

The second thing is if you can where may I find information on this?

The devices I will be using is and RFID reader and a magnetic card reader.

I am new to C++ and have only a working knowledge of basic code.

Thank you in advance.
The computer communicates with a device using a device driver. Assuming the device is working ocrrectly with the OS, you just open it, the same way you'd open a file, and read from it.
Topic archived. No new replies allowed.