|
C/C++ Program Hangs
Hello,
I have a simple weather program made in C/C++ that collects data, parses it, and outputs it to a file. I have noticed that sometimes the process doesn't die and I have to kill it myself, anyway I can add a code into my c program so it would kill it self after so many seconds?
Thanks
|