fread - C++ Reference - cplusplus.com - The C++ Resources Network
This code loads myfile.bin into a dynamically allocated memory buffer, which can be used to manipulate the content of a file as an array. See also fwrite Write block of data to stream (function ) fgetc Get character from stream (function ) fscanf Read for...