Or is it better to go with common C functions?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
There is an I/O API in SDL, I'm not sure if it's any easier though, but it should be portable. Those are the relevant functions:
There's an example here that shows how to open and read from a file.
Edit:There's a tutorial here on the file API, it may be easier to use when loading images: http://www.aspfree.com/c/a/c-sharp/game-programming-using-sdl-the-file-io-api/ |
|||||||||
|