User profile: Mynthon

User info
User name:Mynthon
History
Joined:
Number of posts:3
Latest posts:

Reading data from file - line to line and fast
I reduced it like this... [code] string linedata; while(*mempointer) //loop thru t...

Reading data from file - line to line and fast
Thanks bartoli, I did just that - and this thing flies. [code] char* buffer; char linearray[250...

Reading data from file - line to line and fast
Hi, I have a question about performance of fgets(). My program reads a file and stores each line ...