cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
killing processes
killing processes
Jul 27, 2009 at 4:24pm UTC
alexprg1920
(19)
Hello everyone.
I Have a question.
I need to kill process, from my program, knowing it's pid.
How can i do that?
I've read that i need to get Handle from that pid, right?
Jul 27, 2009 at 4:34pm UTC
kbw
(9488)
http://www.freebsd.org/cgi/man.cgi?query=kill&apropos=0&sektion=2&manpath=FreeBSD+7.2-RELEASE&format=html
Jul 27, 2009 at 4:47pm UTC
alexprg1920
(19)
wow, so fast :)
let me now check if it works...
Jul 29, 2009 at 8:14am UTC
alexprg1920
(19)
yeah, very useful link for me. Thanks
Topic archived. No new replies allowed.