- Mastering C++ Multithreading
- Maya Posch
- 87字
- 2021-07-15 17:33:57
Summary
In this chapter, we went over the basics of a multithreaded application in C++ using the native threading API. We looked at how to have multiple threads perform a task in parallel, and also explored how to properly use the random number API in the STL within a multithreaded application.
In the next chapter, we'll discuss how multithreading is implemented both in hardware and in operating systems. We'll see how this implementation differs per processor architecture and operating system, and how this affects our multithreaded application.
推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- Java EE 6 企業級應用開發教程
- Java完全自學教程
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Mastering Swift 2
- Python 3破冰人工智能:從入門到實戰
- C程序設計案例教程
- Scientific Computing with Scala
- C語言程序設計
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 代碼閱讀
- QlikView Unlocked
- Learning Kotlin by building Android Applications
- 黑莓(BlackBerry)開發從入門到精通
- Oracle Database XE 11gR2 Jump Start Guide