Created
August 10, 2017 23:21
-
-
Save MatrixManAtYrService/7fafa5d5e72830950d2e0d8a9c9742d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
double x = 5.001; | |
int n = (int)x; | |
cout << n; // output: 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment