Originally posted by gialoui
View Post
PHP Code:
while (fscanf_s(fp, "%5f %f %f", a.a+i, &(b.a+i)->x, &(b.a+i)->y) != EOF)
{
i++;
}
Comment