Cantitate/Preț
Produs

Going Multicore with C++: Asynchronous and Parallel Programming using C++11

Autor Joe Hummel
en Limba Engleză Paperback – 31 ian 2020
Going Parallel with C++ is designed for undergraduate students or developers who need to learn the key skill of parallel programming. Both hardware and software are increasingly dependent on parallel computing techniques – every modern computer is a multicore, and key applications – big data, computational science, cloud computing, mobile computing, image processing, games, modeling and more – are all inherently parallel. Educators are now teaching parallel computing earlier in the CS curriculum and are searching for resources that approach it as a fundamental skill rather than a secondary discipline that only comes after traditional, linear programming skills. Concurrency expert Joe Hummel explains not only parallel computing but also the new functions implemented with platform-neutral C++11 (released in 2011) that make it the platform of choice poised to replace outdated, proprietary tools. All major C++ compilers are moving to support the new features of C++11. Hummel takes a demo-oriented approach, with numerous examples that give the book a practical feel as opposed to more theoretical competitors. To facilitate adoption for courses, the book will include exercises built from the examples, solutions, and working source code on an ancillary page.


  • For readers familiar with C++, wanting to learn parallel computing and understand the new, parallel features of C++ 11
  • The most practical parallel computing textbook, illustrating each concept with concrete, realistic examples and example-driven exercises to test learning
  • Learn the skills needed to develop parallel-dependent applications including big data, cloud computing, image processing, mobile computing, games, and more
  • Download source code, examples, and instructor support materials on the book's companion page
Citește tot Restrânge

Preț: 34451 lei

Preț vechi: 43064 lei
-20% Nou

Puncte Express: 517

Preț estimativ în valută:
6598 6798$ 5527£

Carte nepublicată încă

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780124077195
ISBN-10: 0124077196
Pagini: 320
Dimensiuni: 191 x 234 mm
Editura: ELSEVIER SCIENCE

Cuprins

1. Introduction to Concurrent Programming2. A Quick Tour of C++11 from a Concurrency Perspective3. The Modern Computer System4. Threading in C++115. Avoiding the Dangers of Concurrency6. Async and Futures in C++117. Working with Concurrent Programs8. Some (helpful) Patterns9. Some (early) Best Practices