0
Good reference book : windows thread
Hi Is there any one who can provide a link of very good book or atleast some article for multi threading on windows using C++?
2 Answers
+ 3
https://www.amazon.com/C-Concurrency-Action-Practical-Multithreading/dp/1933988770
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.
The contents of this book:
1â Hello, world of concurrency in C++!
2â Managing threads
3â Sharing data between threads
4â Synchronizing concurrent operations
5â The C++ memory model and operations on atomic types
6â Designing lock-based concurrent data structures
7â Designing lock-free concurrent data structures
8â Designing concurrent code
9â Advanced thread management
10â Testing and debugging multithreaded applications
0
Thanks CalviŐ˛
Sorry I missed most important word "free"
Looking for something which does not cost đ