New videos on the CopperSpice YouTube Channel:
Modern C++ Threads
by Barbara Geller and Ansel Sermersheim
About the video:
An overview of the C++11 threading library, including a discussion of why the C++11 memory model is so important. We also present information about atomics and the abstraction of multithreaded design.
What's in a container?
by Barbara Geller and Ansel Sermersheim
About the video:
A practical look at how containers are implemented in C++, including a discussion of when you should implement your own container, the potential pitfalls of hand-rolled containers, why Copy-On-Write is a bad idea and disallowed for containers in the standard library, and how to implement your own container adapters.
Please take a look and remember to subscribe!
Add a Comment
Comments are closed.