Cpp-Primer-5th-Exercises icon indicating copy to clipboard operation
Cpp-Primer-5th-Exercises copied to clipboard

[Exercise 4.35] Corrected implicit conversion comment.

Open davidscmx opened this issue 2 years ago • 0 comments

The unsigned int ui will be converted to double. The result of ival * 1.0 will not be converted to unsigned int.

davidscmx avatar Jan 08 '23 12:01 davidscmx