Original Post
I'm trying to write a save/serialization system for my game, and I want to be able to serialize in binary mode. How can I do that? I know how to create binary ifstream and ofstream objects. Is it possible to do the same with regular ostream and istream?