Expressions with Explicit Type Conversions
C++ provides implicit type conversion, as described in Standard Conversions. You can also specify explicit type conversions when you need more precise control of the conversions applied.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
C++ provides implicit type conversion, as described in Standard Conversions. You can also specify explicit type conversions when you need more precise control of the conversions applied.