iostream - How do tellg() & tellp() work in C++? -
Why They do not. One indicates that the "received" cursor is in an input stream; The second indicates that the "put" cursor is in an output stream. They are similar but are not linked internally, so the basis of your question is basically defective. tellg () and
tellp () always come together Are you And how can we differentiate them from each other?
Comments
Post a Comment