View Single Post
Go4Expert Member
25Jun2008,01:07  
juliaprocess's Avatar
hello

I would like to have a function that check if a process is running , something like

bool isRunning( string progName);

how do i go about doing it on both linux and windows?