convert a double to an int c++ code example Example: double to int c++ double x = 5.4; int y = (int) x;