// C++のstatic_castは、静的な型の式を別の静的な型のオブジェクトの値に変更します>。 // void static_cast_test(){ int i = 100; double d = static_cast (i); cout< "< "<(d)< 100 1.25 --> 1