Reading from file works not perfect.. [NOT SOLVED]
#3

I debugged it and here: >>


So there's something wrong with this.. Only the first one loads.

Код:
while(fread(ReadFileString, Line, sizeof Line, false))
{
	CP[CPCount][1] = floatstr(strtok(Line, Index));
	CP[CPCount][2] = floatstr(strtok(Line, Index));
	CP[CPCount][3] = floatstr(strtok(Line, Index));
	CPCount++;
}
But what? .. I realy dunno what I can do else..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)