Category "cross-platform"

Get a List of Child Processes from Parent Process in C and C++ (Cross-Platform, No Command Line)

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

Adding text and lines to the beginning of a file

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

Howto get list of running processes in Java using JNA in a cross-platform environment?

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