Ok. So, I am killing my child process when I press Ctrl-C. This works great
except for one odd problem. Unless I do something like a cout right before the
kill statement in my sigint_handler func, my parent all terminates immediately
with the message "Terminated" being displayed. Does anyone know any reason for
this?
Thank you,
Chad