Are ther any functions in C++, which determines the real and fractional part of a given number. If so Please let me know.
Are the any such division operator which gives results like 7/3 = 3 NOT 2.33! It means that any fractional part if exist should be truncated to the higher number.

thankx