this error message is coming up for this function:
error C2440: 'function' : cannot convert from 'float' to 'const char *'Code:while (points != EOF) { fprintf("%lf %lf\n", x[i], y[i]); i++; points = scanf(out, "%lf%lf", x[i],y[i]); }
Can anyone help me please...
Thank you very much.



LinkBack URL
About LinkBacks


