Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by arunsrini

  1. arunsrini

    killing your own process - C++, UNIX

    Thanks. That helps.
  2. arunsrini

    killing your own process - C++, UNIX

    Hello, Would I be able to kill my own process using C++ on UNIX? i.e something like void func() { pid_t pid = getpid(); kill (pid, -9); } I am trying to do that, but it doesnt work. So can a process be killed only by another process and not from within itself? Thanks, -Arun

Part and Inventory Search

Back
Top