When using fork, do both the father and child process print to the same console when using cout? It was my impression that they did, but my program doesnt seem to be going that route. My child process does, even multiple child processes, but the father process never seems to print to it. I confirmed that the father was in fact running by having it spit out a file so I can rule that out.