They cover this and many other basic subjects. Code: char foo[100]; float bash = 98.25; sprintf(foo, "%1.2f", bash); ...
確定! 回上一頁