User Activity

Posted on May 25, 2017 at 11:19I am having trouble parsing floating point numbers with sscanf(). Code snippet:int testInt1, testInt2, testInt3;float testFloat1, testFloat2;testInt3 = sscanf('1, 2, 2.71, 3.14', '%d, %d, %f, %f', &testInt1, &testInt2,...