- Mastering C++ Multithreading
- Maya Posch
- 76字
- 2021-07-15 17:34:02
Windows support
It's also possible to use the POSIX APIs in a limited fashion using, for example, the following:

POSIX on Windows is generally not recommended. Unless there are good reasons to use POSIX (large existing code base, for example), it's far easier to use one of the cross-platform APIs (covered later in this chapter), which smooth away any platform issues.
In the following sections, we'll look at the features offered by the Pthreads API.
推薦閱讀
- Learning Scala Programming
- Oracle WebLogic Server 12c:First Look
- Learning Java Functional Programming
- AIRAndroid應用開發實戰
- Designing Hyper-V Solutions
- Practical Windows Forensics
- 老“碼”識途
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- Selenium Testing Tools Cookbook(Second Edition)
- 零基礎學Python編程(少兒趣味版)
- Visual C++從入門到精通(第2版)
- 交互設計師成長手冊:從零開始學交互
- 金融商業數據分析:基于Python和SAS
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- LibGDX Game Development By Example