std::getline() and istream::gcount()I just stumbled across the following: [code] std::ifstream file; file.open("filename"); std::g...
How to check if stl.iterator points somewhere?Ok thanks, that was what I did in the end. Just thought there might be something more specifically f...
How to check if stl.iterator points somewhere?I will have to clarify the question: I don't want to know if the iterator points to a valid item bu...
How to check if stl.iterator points somewhere?As it is possible to default-construct an stl-container iterator I'd like to know how to check, if t...
This user does not accept Private Messages