Reading data from file - line to line and fastI reduced it like this... [code] string linedata; while(*mempointer) //loop thru t...
Reading data from file - line to line and fastThanks bartoli, I did just that - and this thing flies. [code] char* buffer; char linearray[250...
Reading data from file - line to line and fastHi, I have a question about performance of fgets(). My program reads a file and stores each line ...