C++ file I/O

Started by
0 comments, last by Oluseyi 16 years, 5 months ago
Probably a simple question, but I am having trouble finding an answer. I've looked on google and have had no luck so far. How do I go to a certain point in a file and then read in the following characters until a delimiter into a string? Thanks.
V/R,-AJThere are 10 kinds of people in the world: Those who understand binary and those who don't...
Advertisement
std::fstream::seekg
std::fstream::read

This topic is closed to new replies.

Advertisement