d1trupinoy
Technical User
I am a newbie so please be specific. How can I read in 1 line at a time from a file.txt. Example:
-blahbla-,my name is blah,ok' I amhere
'omally,-myname 'isomally,oneword
......
I will use strtkn to parse each line by comma. I need to figure out how to read in one line first though before I can parse it. One line is a whole string before a carriage return
-blahbla-,my name is blah,ok' I amhere
'omally,-myname 'isomally,oneword
......
I will use strtkn to parse each line by comma. I need to figure out how to read in one line first though before I can parse it. One line is a whole string before a carriage return