How do I read binary files ?

ndaigneault

New member
Joined
May 24, 2004
Messages
2
Im writing an unmanaged Visual C++ application and need to open and
read a binary file. What is the code and #include files needed to do it
(i.e. filename is "MyBinary.bin")

Thanks,
 
Would the classes you need be found in IOStream.h? This is something that you should be finding in Microsofts reference material, or reference on C++ standard libraries.
 

Similar threads

Back
Top