Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Killing System Processes in C++
Prologue: So i decided to stop being lazy for a few and Decided to take on a new Project, This one is to Kill a system registered Processe.
Okay now im looking around the internet as we speak about this Would i be using a "KILL_PROC_BY_NAME" and if so Can i be pointed to some good tutorials. Maybe there is a easier way. and i dont wanna ghetto it up and go with a system("XX") command cuz well thats cheating :P anywho all help would be cool.
http://youtube.com/watch?v=xAznaLep_IE
There's a snippet of code in there that should do what you are looking for.