A
Andreas Lassmann
is there any way to find an endline in a file?
i.e:
xxxxxxxxxxxxxxxxx
x x x x x x x x x
xxxxxxxxxxxxxxxxx
is there some method in "ifstream"?
or can i check it with something like "if(fileInput == '\n')?
thanks in advance
i.e:
xxxxxxxxxxxxxxxxx
x x x x x x x x x
xxxxxxxxxxxxxxxxx
is there some method in "ifstream"?
or can i check it with something like "if(fileInput == '\n')?
thanks in advance