Hey peeps. Im getting this weird error. Dont know if its visual c or me (prolly the latter)
Trying to read text in from file, simple:
mystream.getline(mystring, 100);
im printing it out to the prompt to check if everythings ok. Works except for a few lines (prolly 1% of lines) that have the first char of the line missing. The rest of the 500 lines in the file are there. Just missing the first character on some lines.
I thought it had something to do with getline being dodgy so i downloaded the service pack, but that didnt work.
Thanks in advance
Fudge
Trying to read text in from file, simple:
mystream.getline(mystring, 100);
im printing it out to the prompt to check if everythings ok. Works except for a few lines (prolly 1% of lines) that have the first char of the line missing. The rest of the 500 lines in the file are there. Just missing the first character on some lines.
I thought it had something to do with getline being dodgy so i downloaded the service pack, but that didnt work.
Thanks in advance
Fudge