[SOLVED]file input/output
Posted: Fri Mar 05, 2010 5:18 pm
Hey, I've been using a graphics API called Allegro(which I'm sure we've all heard of). I hear it's pretty old, but now I want to use some file i/o(for map loading, save files, etc) and I'm not sure if I can run some useful libraries like Fstream alongside Allegro(I'll try to include fstream, but it says there is no such thing as fstream). I'm considering moving into SDL though(dunno, hear it used much more), so I'm wondering about how some of you are managing to do your file i/o with libraries like these. Maybe you know some good ways for this? Thanks.