J
Joriveek
Hi,
If I use while(!feof( FileRead )), it reads each line from my input file
until it encounters an empty space or so,
but when I have empty spaces within one line, it is not working, it is only
reading until it finds the first empty space. But I want to read all line
and then go to next line when the characters start from \n (second line),
hw can i read this?
Thanks
J.
If I use while(!feof( FileRead )), it reads each line from my input file
until it encounters an empty space or so,
but when I have empty spaces within one line, it is not working, it is only
reading until it finds the first empty space. But I want to read all line
and then go to next line when the characters start from \n (second line),
hw can i read this?
Thanks
J.