Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C++ Concurrency in Action: Practical Multithreading

Posted By: bookwyrm
C++ Concurrency in Action: Practical Multithreading

C++ Concurrency in Action: Practical Multithreading By Anthony Williams
Publisher: M[an]ning Pub[licatio]ns 2012 | 528 Pages | ISBN: 1933988770 | EPUB + PDF | 7 MB + 6 MB


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. Multiple processors with multiple cores are the norm these days. The C++11 version of the C++ language offers beefed-up support for multithreaded applications, and requires that you master the principles, techniques, and new language features of concurrency to stay ahead of the curve. Without assuming you have a background in the subject, CC++ Concurrency in Action gradually enables you to write robust and elegant multithreaded applications in C++11. You'll explore the threading memory model, the new multithreading support library, and basic thread launching and synchronization facilities. Along the way, you'll learn how to navigate the trickier bits of programming for concurrency. Written for C++ programmers who are new to concurrency and others who may have written multithreaded code using other languages, APIs, or platforms.