Problem initializing templatized class (urgent)You've got circular includes bud. Yout should never, ever have an [code]#include "*.cpp"[/code] ev...
Finding duplicates in a single TEXT fileI think seek_end will take you past the last line. If your file is not unicode I'm guessing it woul...
Some general questionscin.ignore(); by itself works too. I usually use cin.ignore(80, '\n'); cause it's been drilled it i...
How to get string from a file terminating with another stringhttp://www.cplusplus.com/reference/string/getline.html
Finding duplicates in a single TEXT fileI don't get what you mean by one fread pointer. I would use fgetc for this. [code] #include <cs...
This user does not accept Private Messages