Treat file as memory block in C -


Is there any way to read the file as a block of memory in C? Can one file be used faster ...? The file is assumed to be a memory (and the OS give the file for you) is called '' ''.

On POSIX (like Linux ), the function does this.

Windows , functions and friends do this, how it works in Microsoft, why to use it, and excellent description of their platform The description is.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -