C++学习系列七:Type conversions||Exceptions||Preprocessor directives

Type conversion Implicit conversion Implicit conversions are automatically performed when a value is copied to a compatible type.react short a = 2000; int b; b = a; The value of a is promoted from sho
相关文章
相关标签/搜索