It’s in stdlib.h (C) and cstdlib (C++).
In general, for such questions, just try to look on google: “c++ function”. Most often the first hit will point to cplusplus.com for me containing a complete reference to the standard stuff.
It’s in stdlib.h (C) and cstdlib (C++).
In general, for such questions, just try to look on google: “c++ function”. Most often the first hit will point to cplusplus.com for me containing a complete reference to the standard stuff.