- Mastering C++ Multithreading
- Maya Posch
- 110字
- 2021-07-15 17:33:56
Revisiting Multithreading
Chances are that if you're reading this book, you have already done some multithreaded programming in C++, or, possibly, other languages. This chapter is meant to recap the topic purely from a C++ point of view, going through a basic multithreaded application, while also covering the tools we'll be using throughout the book. At the end of this chapter, you will have all the knowledge and information needed to proceed with the further chapters.
Topics covered in this chapter include the following:
- Basic multithreading in C++ using the native API
- Writing basic makefiles and usage of GCC/MinGW
- Compiling a program using make and executing it on the command-line
推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- 微服務與事件驅動架構
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Vue.js 2 and Bootstrap 4 Web Development
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- Python機器學習算法與實戰
- Java程序設計:原理與范例
- Android底層接口與驅動開發技術詳解
- 數據結構習題解析與實驗指導
- Solr Cookbook(Third Edition)
- Hands-On GUI Programming with C++ and Qt5
- 從零開始:UI圖標設計與制作(第3版)
- Apache Camel Developer's Cookbook
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- WCF技術剖析(卷1)