End of Line in C/C++
Posted: Mon Jan 05, 2004 10:14 am
Hello!
Can you tell me, how can I check if there is EOLN (End Of LiNe (like in Pascal)) while reading from input.
Something like:
[pascal]
While Not EOLN(input) do
read(i);
[/pascal]
Can you tell me, how can I check if there is EOLN (End Of LiNe (like in Pascal)) while reading from input.
Something like:
[pascal]
While Not EOLN(input) do
read(i);
[/pascal]