C++ knows nothing about the OS you're running on. All that matters is that the language adheres to the ANSI/ISO specification.

<stdlib.h> and <cstdlib> are interchangeable. Whatever else is an...