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

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

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

15条回答
  •  孤独总比滥情好
    2021-02-06 11:30

    I'm not sure about the easiest, but IMO the most user-friendly threading library is the one included in the Poco C++ project. For a preview have a look at the Thread.h header file.

提交回复
热议问题