Good reference book : windows thread | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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++?

18th Apr 2022, 4:05 AM
Ketan Lalcheta
Ketan Lalcheta - avatar
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
18th Apr 2022, 4:49 AM
Calviղ
Calviղ - avatar
0
Thanks Calviղ Sorry I missed most important word "free" Looking for something which does not cost 😂
18th Apr 2022, 5:42 AM
Ketan Lalcheta
Ketan Lalcheta - avatar