Instead, you create another variable that is created as a float ... int i; i=32; f=1.34; f=f + (float)i; or to use the floating value to add ...
確定! 回上一頁