- 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
推薦閱讀
- Java Web開發學習手冊
- JavaScript從入門到精通(微視頻精編版)
- MongoDB for Java Developers
- 認識編程:以Python語言講透編程的本質
- PyTorch自然語言處理入門與實戰
- Groovy for Domain:specific Languages(Second Edition)
- Python自然語言處理(微課版)
- Kotlin從基礎到實戰
- 批調度與網絡問題的組合算法
- Java Web開發詳解
- 51單片機C語言開發教程
- ElasticSearch Cookbook(Second Edition)
- Node學習指南(第2版)
- 零基礎學Python編程(少兒趣味版)
- Python Programming for Arduino