What is easiest way to create multithreaded applications with C/C++?

前端 未结 15 1559
遥遥无期
遥遥无期 2021-02-06 11:05

What is the easiest way to create multithreaded applications with C/C++?

15条回答
  •  无人及你
    2021-02-06 11:33

    Qt has a pretty threading support and documentation but as others have cautioned this is not for beginners. The doc link I gave itself points to a short reading list

提交回复
热议问题