TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 222 forks source link

Update fileutils.h #18

Closed svercl closed 9 years ago

svercl commented 9 years ago

Consider using a more "C++"ish styled file IO

Source: http://insanecoding.blogspot.com/2011/11/how-to-read-in-file-in-c.html

TheCherno commented 9 years ago

Addressed in Ep. 20. Sparky will keep using FILE for file reading because it's generally faster.