Does anyone know if there is a function to check whether a float/double is actually an integer in Visual C++.
In borland C++ there is something like IsInt(), but I can't find a Visual C++ equivalent.
In borland C++ there is something like IsInt(), but I can't find a Visual C++ equivalent.
Comment