Win32 File I/O

Started by
2 comments, last by acw83 24 years, 5 months ago
did you check the articles section on this web site?
Advertisement
Yep, I sure did. If it helps any I am just trying to implement a standard file loader for graphics, sound, levels, etc.
Does anyone know a site where I can learn about Win32 file I/O? I remember seeing a good one, but can't seem to find it. Any help would be greatly appreciated, thanks!
Look up CreateFile(), ReadFile(), and WriteFile() in the MSDN documentation. They are pretty much everything you need for Win32 file I/O.

You always use the standard C and C++ libraries, also.

This topic is closed to new replies.

Advertisement