I am trying to do the following: float f = 2.3; char buf[20]; int ifield = 1; sprintf(buf, “&field%d = %1.4f”, ifield,f); It compiles but ...
確定! 回上一頁