[Development] Documentation proposal: Remove recommended reading list of 20-year-old books
Adam Majer
adamm at zombino.com
Tue Sep 1 20:33:27 CEST 2015
On Mon, Aug 31, 2015 at 08:18:59PM +0300, Berkay Elbir wrote:
> Yeah, replacing would be better than just removing...
Almost every modern C++ (and other programming language) book deals
with basics of threads and concurrency. Concurrent programming is
standard for a decade now. C++ standard now has a notion of
multithreads. In light of this, I believe a simple statement about
getting a moden C++ book is enough.
If a link is desired, how about "C++ Concurrency in Action: Practical
Multithreading" by Williams.
http://www.amazon.com/dp/1933988770
NOTE: I haven't read this book, but from TOC it seems to cover most
important things about threads.
- Adam
--
Adam Majer
adamm at zombino.com
More information about the Development
mailing list