Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MatrixManAtYrService/7fafa5d5e72830950d2e0d8a9c9742d8 to your computer and use it in GitHub Desktop.
Save MatrixManAtYrService/7fafa5d5e72830950d2e0d8a9c9742d8 to your computer and use it in GitHub Desktop.
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