Cantitate/Preț
Produs

C++ Concurrency in Action

Autor Anthony Williams
en Limba Engleză Paperback – 9 mar 2019
C++ 11 delivered strong support for multithreaded applications, and the subsequent C++14 and 17 updates have built on this baseline. C++ has better options for concurrency than ever before, which means it's an incredibly powerful option for multicore and parallel applications.
This bestseller has been updated and revised to cover all the latest changes to C++ 14 and 17! C++ Concurrency in Action, Second Edition teaches readers everything they need to write robust and elegant multithreaded applications in C++17. Along the way, they'll learn how to navigate the trickier bits of programming for concurrency while avoiding the common pitfalls.
Citește tot Restrânge

Preț: 35212 lei

Preț vechi: 44015 lei
-20% Nou

Puncte Express: 528

Preț estimativ în valută:
6740 6945$ 5690£

Carte disponibilă

Livrare economică 11-25 februarie
Livrare express 25-31 ianuarie pentru 5189 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781617294693
ISBN-10: 1617294691
Pagini: 592
Ilustrații: Illustrations, unspecified
Dimensiuni: 184 x 233 x 40 mm
Greutate: 1.07 kg
Ediția:2 ed
Editura: Manning Publications

Descriere

C++ 11 delivered strong support for multithreaded applications, and
the subsequent C++14 and 17 updates have built on this baseline. C++
has better options for concurrency than ever before, which means it's
an incredibly powerful option for multicore and parallel applications.


This bestseller has been updated and revised to cover all the latest
changes to C++ 14 and 17! C++ Concurrency in Action, Second
Edition teaches readers everything they need to write robust and
elegant multithreaded applications in C++17. Along the way, they’ll
learn how to navigate the trickier bits of programming for concurrency
while avoiding the common pitfalls.


KEY FEATURES
• Completely updated
• Hands-on learning
• In depth guide


Written for C++ programmers who are new to concurrency and others
who may have written multithreaded code using other languages, APIs,
or platforms.


ABOUT THE TECHNOLOGY
Concurrency in terms of computers is a single system performing
multiple independent activities in parallel, rather than sequentially, or
one after the other.


AUTHOR BIO
Anthony Williams is a UK-based developer and consultant with many
years' experience in C++. He has been an active member of the BSI C++
Standards Panel since 2001, and is the author or co-author of many of the
C++ Standards Committee papers that led up to the inclusion of the thread
library in the C++11 Standard. He was the maintainer of the Boost Thread
library, and is the developer of the just::thread Pro extensions to the C++11
thread library from Just Software Solutions Ltd.