Can anyone point me in the direction of learning how to correctly utilise existing packages in my c++ code?
A very basic example would be awesome!
Thanks
Edit: Say I wanted to call adduser within my code. I shouldn't use popen() or anything like that, so is there a SAFE way of doing it?