What package should be used and what will the hello world program look like?
Try C ++: Concurrency in Action
Chapter 1. Introduction is freely available on this website and IIRC, which includes the multi-threaded "Hello, World!" C ++ 0x introduces a std::thread standardized way to use streams in C ++, and this book uses this.
std::thread
I recommend the book: Multithreaded Applications in Win32: A Complete Guide to Themes
.
Try to implement a solution for one of Dijkstra's classic concurrency problems, for example, "Dining philosophers" or producer / consumer problems, etc.
Source: https://habr.com/ru/post/1769244/More articles:Compiling QJson statically into a Qt application (multiple declaration errors) - c ++OpenGL: Reset Object - graphicsAre there any free tools that will allow me to browse my sqlite3 RoR databases? - ruby-on-railsSQL Error # 1064 - sqlhow to convert vb6 to visual c ++ native code? - visual-c ++Hibernation Criteria: Calculating a Forecast Using a Group Offer - hibernateCreative account verification without emails - email-validationFinding WebFaultException objects in WCF Rest - c #How to implement custom role authorization in ADFS in ASP.Net MVC2? - authorizationFor TestNG, what is the proper method of prefilling a data source containing a complex model when it will be queried using Hibernate? - complexity-theoryAll Articles