10.3 — Numeric conversions

In the previous lesson (), we covered numeric promotions, which are conversions of specific narrower numeric types to wider numeric types (typically int or double) that can be processed efficiently. C++ supports another category of numeric type conversions, called . These numeric conversions cover additional type conversions between fundamental types. … Continue reading 10.3 — Numeric conversions