hi
can anybody help me to access the contents of a usb at the usb port using a C or C++ program?
thanks in advance....
This is a discussion on usb-to-usb file transfer using C/C++ within the Networking/Device Communication forums, part of the General Programming Boards category; hi can anybody help me to access the contents of a usb at the usb port using a C or ...
hi
can anybody help me to access the contents of a usb at the usb port using a C or C++ program?
thanks in advance....
If you know, that the USB stick will always be labelled e.g. "I:", then you can open any file on it with the help of a C/C++ program by simple file input/output.