有什么区别:
long myLong; float myFloat = (float) myLong;
和:
float myFloat = float(myLong);
c++ constructor casting
c++ ×1
casting ×1
constructor ×1