I have decided to make a comparison for file IO operations on Win32, CRT, STL and MFC. For all four libraries/APIs I have done the profiling in the following way: open the file allocate the buffer used for reading start the timer read/write from/to the file stop the timer close the file release the memory…
File Read/Write Comparison between Win32, CRT, STL and MFC
Posted on