This is a fantastic explanation and usage example for promises and futures. I cannot emphasize how much I love this series. It *perfectly* bridges the gap between beginner C++ books I've read and realistic applications of these intermediate-level language features. Thank you very much!!!
@CopperSpice5 жыл бұрын
Thank you so much for the wonderful feedback. Comments like these inspire us to keep doing our videos. If there are other C++ or programming topics you would like us to present feel free to pop us an email ( info@copperspice.com ). Thanks for supporting us!
@chanyaoc Жыл бұрын
Excellent presentation! I wonder if there is pdf to the slides available. Great stuff!
@josephlagrange9531 Жыл бұрын
Hi! Good materials!
@adamkonrad7 жыл бұрын
Great explanation and content.
@WolfsdenxD5 жыл бұрын
Excellent explanation, thank you!
@dulguunbold8946 жыл бұрын
Hello CopperSpice, i have a question, @8:26 the name of the thread safe queue at the lambda function is conveyor_belt(after the comment) but at the argument the name of the variable is conveyorBelt. Is it a typo? or am i misunderstanding something?
@CopperSpice6 жыл бұрын
You are right, the line after the comment should say conveyorBelt as well. This was simply a mistake on our slide and your understanding is correct. Thanks for your question, Ansel Sermersheim
@rishabhmalhotra22255 жыл бұрын
how can I make multi client server chat using multi-threading????
@kinddata7 жыл бұрын
Ohh. I need info like this when I did full duplex serial code to a vb6 & net1.1 app.