Multiplatform multiprocessing?

后端 未结 3 559
被撕碎了的回忆
被撕碎了的回忆 2021-01-20 15:55

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

3条回答
  •  日久生厌
    2021-01-20 16:01

    If you could use Qt, QProcess class could be an elegant platform independent solution.

提交回复
热议问题