Advertisement

Win32 File I/O

Started by October 29, 1999 12:36 AM
2 comments, last by acw83 24 years, 10 months ago
did you check the articles section on this web site?
Yep, I sure did. If it helps any I am just trying to implement a standard file loader for graphics, sound, levels, etc.
Advertisement
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