Cpp-Primer-5th-Exercises
Cpp-Primer-5th-Exercises copied to clipboard
[Exercise 4.35] Corrected implicit conversion comment.
The unsigned int ui
will be converted to double. The result of ival * 1.0
will not be converted to unsigned int.