- 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.
推薦閱讀
- Mastering JavaScript Functional Programming
- 軟件項(xiàng)目管理(第2版)
- arc42 by Example
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Android Wear Projects
- Java程序設(shè)計(jì)與項(xiàng)目案例教程
- Windows Phone 8 Game Development
- PowerDesigner 16 從入門(mén)到精通
- iOS開(kāi)發(fā)項(xiàng)目化入門(mén)教程
- OpenCV 3.0 Computer Vision with Java
- 虛擬現(xiàn)實(shí)建模與編程(SketchUp+OSG開(kāi)發(fā)技術(shù))
- JavaScript前端開(kāi)發(fā)基礎(chǔ)教程
- 企業(yè)級(jí)Java現(xiàn)代化:寫(xiě)給開(kāi)發(fā)者的云原生簡(jiǎn)明指南
- C語(yǔ)言從入門(mén)到精通(微視頻精編版)
- Hands-On Game Development Patterns with Unity 2019