[fstream inquiry]
i have just a quick question...
i open a file using ifstream, like :
ifstream inFile;
inFile.open( someFileName, ios::in );
now, i want to read a specific number of bytes from the file into a buffer. any suggestions? i just need a quick and easy routine, in vc 6.0 (if that matters)
thanks for the help
<(o)>
<(o)>
I think this should work...
~~~~~~~~~~
Martee
|
~~~~~~~~~~
Martee
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement