file io [c++]

Started by
2 comments, last by Ezbez 14 years, 10 months ago
Whats the most common/basic file io library in c++, I'm looking for tutorial/code snippets and I want to narrow my search, thanks

My project`s facebook page is “DreamLand Page”

Advertisement
That would be iostreams, which is part of the standard library.
Got it, thanks!

My project`s facebook page is “DreamLand Page”

Since we're specifically looking for file IO, wouldn't that be fstream?

Edit: Oh wait, or were you referring simply to the concept of IO streams, not the actual class iostream?

This topic is closed to new replies.

Advertisement