1

For the first time, I will use “developer rant” for learning sth.

I am trying to learn concurrency in cpp. I tried CPP Concurrency in Action but the book is dry, no examples. Can you suggest a book with good examples and exercises, like CPP Primer?

Comments
  • 0
    What do you mean it dry?

    As far as I know that book have a lot of example.

    Although I admit that some part of it is boring particular on section about lockless data structure.

    Just skip the boring part.

    Section on layer lock to prevent dead lock is interesting.
  • 0
    Examples are not compileable for example. If you had checked CPP Primer book, all examples inside chapters can be executed and at the end of chapters, there are simple quizzes and programming exercises. I would like a similar approach.
Add Comment