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

Код:
while(fread(ReadFileString, Line, sizeof Line, false))
{
	Index=0; // :P
	CP[CPCount][1] = floatstr(strtok(Line, Index));
	CP[CPCount][2] = floatstr(strtok(Line, Index));
	CP[CPCount][3] = floatstr(strtok(Line, Index));
	CPCount++;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)