How to get a list of child process ID's from a given parent process ID in a cross-platform manner in C and C++ without using command line? I provided an answer
I'd like to be able to add lines to the beginning of a file. This program I am writing will take information from a user, and prep it to write to a file. That
I need to monitor servers in a cross-platform environment : Windows, Unix (Aix, Solaris) and Linux. It means : get processes, find some files, ... So i am focu