Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::ldiv is an STL function for long integer division, which creates a std::ldiv_t containing the quotient and remainder of the division.
#include <cassert> |
The related std::div function works on ints.
Operating system(s) or programming environment(s)
Libraries used:
TEMPLATE = app |
#include <cassert> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
This page has been created by the tool CodeToHtml