如果我有
(float)value = 10.50
并做
int new_value = (int)value
轮数会有什么规则?
c++ floating-point integer
c++ ×1
floating-point ×1
integer ×1