0% found this document useful (1 vote)
6K views1 page

C++ Con Currency in Action

The book teaches readers how to write robust and elegant multithreaded applications in C++11 without assuming prior concurrency knowledge. It explores threading memory models, C++11 threading support libraries, and basic thread launching and synchronization. Along the way, readers learn how to navigate tricky concurrency programming issues. The book is intended for C++ programmers new to concurrency and those with experience in other languages.

Uploaded by

Dreamtech Press
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
6K views1 page

C++ Con Currency in Action

The book teaches readers how to write robust and elegant multithreaded applications in C++11 without assuming prior concurrency knowledge. It explores threading memory models, C++11 threading support libraries, and basic thread launching and synchronization. Along the way, readers learn how to navigate tricky concurrency programming issues. The book is intended for C++ programmers new to concurrency and those with experience in other languages.

Uploaded by

Dreamtech Press
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

C++ Concurrency in Action

ithout assuming you have a background in the subject, C++ Concurrency in Action gradually enables you to write robust and elegant multithreaded applications in C++11. You'll explore the threading memor y 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.

Inside the Book


u for the new C++11 Standard Written u Programming for multiple cores and processors uexamples for learning, big examples for Small

practice ISBN: 978-93-5004-323-3 Pages: 528 | Price: ` 549/Author: Anthony Williams

Table of Contents

world of concurrency in C++! Hello, Managing threads Sharing data between threads Synchronizing concurrent operations C++ memory model and operations on The
atomic types

Designing lock-based concurrent data


structures

Designing lock-free concurrent data structures Designing concurrent code Advanced thread management Testing and debugging multithreaded
applications

About the Author


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 author or coauthor of many of the C++ Standards Committee papers that led up to the inclusion of the thread library in the new C++ Standard, known as C++11 or C++0x.Anthony lives in the far west of Cornwall, England.

Published by:

DREAMTECH PRESS

WILEY INDIA PVT. LTD.

4435-36/7, Ansari Road, Daryaganj 19-A, Ansari Road, Daryaganj New Delhi-110 002, INDIA New Delhi-110 002, INDIA Tel: +91-11-4363 0000, Fax: +91-11-2327 5895 Tel: +91-11-2324 3463-73, Fax: +91-11-2324 3078 Email: [email protected] Email: [email protected] Website: www.wileyindia.com Website: www.dreamtechpress.com Regional Offices: Bangalore: Tel: +91-80-2313 2383, Fax: +91-80-2312 4319, Email: [email protected] Mumbai: Tel: +91-22-2788 9263, 2788 9272, Telefax: +91-22-2788 9263, Email: [email protected] facebook.com/dtechpress twitter.com/dtechpress

Exclusively Distributed by:

linkedin.com/in/dreamtechpress

You might also like