To run a command line using C ++, I always use the system command. However, I think this method is too error prone, as I can parse char* as an argument without any other information. So, I'm looking for a cross-platform library that works well with the command line? Does anyone know someone?
Thanks,
Chan
source share