C++ Concurrency in Action: Practical Multithreading

(4 )

Summary

C++ Concurrency in Action is a reference and guide to the new C++ 11 Standard for experienced C++ programmers as well as those who have never written multithreaded code. This book will show you how to write robust multithreaded applications in C++ while avoiding many common pitfalls.

About the TechnologyMultiple processors with multiple cores are the norm these days. The C++11 version of …

Shelves
Technical Computer Science Nonfiction Software Anthony Williams Engineering Technology book Reference Textbooks Computers Programming