I was wondering why in the new C++11 they added threads and not processes.
Couldn\'t have they done a wrapper around platform specific functions?
Any suggest
If you could use Qt, QProcess class could be an elegant platform independent solution.