If you have an opinion about C++, chances are you either love it for its extensiveness and versatility, or you hate it for its bloated complexity and would rather stick to alternative languages on ...
Program spawns 6 "travel agents" as child process from the main function. Children are created with the fork() function. Each process has access to the seats on a flight and can book them.
The assignment is to mimic the behavior of certain shell commands using a C++ program. For example, the equivalent of using 'grep ptrn' from within a C++ program.<BR><BR>We've got no guidance on this ...