#include #include int main() { std::cout << "My PID is " << getpid() << "; my parent's PID is " << getppid() << '.' << std::endl; }