(C++) std::fread

January 11, 2018 · View on GitHub

 

 

 

 

 

(C++) std::fread

 

std::fread is an STL function for C-style file I/O. Personally, I prefer using the C++ file stream called std::fstream.