hi all
i'm new to c++ and decided to tackle c++ by doing a small project
i would like to write a program that will start other programs in the background and get its pid number
so far, i have used system() but i get the output of that program
anyone care to mentor me?