This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
get a full line with ifstream
- To: gcc at gcc dot gnu dot org
- Subject: get a full line with ifstream
- From: Heinke Frerichs <42 dot 41551 at gmx dot de>
- Date: Wed, 05 Jan 2000 01:35:38 +0100
- Reply-To: H dot Frerichs at gmx dot de
Hello,
I'm new to this list and I don't know if I'm right here to ask this
question, but I try.
I need to read a full line with fstream, in other words, how to skip
blank-characters?
Can anybody help me with this? I'm sure there is an easyer way to do
this than reading char for char until one is \n.
-Heinke