- 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
推薦閱讀
- What's New in TensorFlow 2.0
- RTC程序設計:實時音視頻權威指南
- Learning Python Design Patterns
- Spring Security Essentials
- Node.js 12實戰(zhàn)
- Kubernetes進階實戰(zhàn)
- Illustrator CS6設計與應用任務教程
- SQL Server 入門很輕松(微課超值版)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- C語言從入門到精通
- Hadoop Blueprints
- Node.js進階之路
- Kotlin核心編程
- 嵌入式網絡編程
- Python for Secret Agents