camuoi288 wrote:
sscanf(cx[i],"&c",&kytux);
sscanf(cx[i],"&c",&kytuy);
Seems strange to attempt to put cx[i] into both kytux and kytuy. Why not try:
x[i] = atof(cx[i]);
y[i] = atof(cy[i]);
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather