M
muser
I have the following problem
do{
something;
while(temp1, != '\n');
compiler error: syntax error !=.
How can I write this code differently to accept the !=.
Also, and there is so many who have helpped in the past and know
exactly what I'm still working on.
How do I reset a file that is already been read, in effect once the
EOF has been reached, how would I be able to read the file over and
over again? Does the tellg function do this at all?
do{
something;
while(temp1, != '\n');
compiler error: syntax error !=.
How can I write this code differently to accept the !=.
Also, and there is so many who have helpped in the past and know
exactly what I'm still working on.
How do I reset a file that is already been read, in effect once the
EOF has been reached, how would I be able to read the file over and
over again? Does the tellg function do this at all?