|
To use the above code you need iostream.h and fstream.h you may also needs stdlib.h, depending on what your compiler includes automatically, etc.
As for image stuff, C++ won't do it by itself, so you're going to need some kind of library. If you could give some more specifics as to what you're trying to do, I'd be more than happy to point you in the right direction. For starters, given that you seem to be creating a game, check out gamedev.net. They've got some really good tutorials/howtos, and their discussion boards are incredibly helpful.
-Rob
|