Video & On-Demand

CopperSpice: Moving to C++17

New video on the CopperSpice YouTube Channel:

Moving to C++17

by Barbara Geller and Ansel Sermersheim

About the video:

In this video, we look at some of the significant improvements that were added to the language in C++17, and how they can apply to your code base. We also present some interesting questions you might want to ask, or be able to answer, in an interview for a position using C++17.

Please take a look and remember to subscribe!

A short video from Prague: C++20 is here!

Here's a 9-minute taste of what it was like to be at the Prague meeting, with attendees talking about their favorite highlights of C++20...

 

CopperSpice: std::visit

New video on the CopperSpice YouTube Channel:

std::visit

by Barbara Geller and Ansel Sermersheim

About the video:

In this video, we look at the std::visit function and how it relates to std::variant. We also talk about the idea of callbacks and algorithms, and how std::visit is actually very different. We then point out some surprising features of std::visit which are rarely discussed.

Please take a look and remember to subscribe!

CopperSpice: CsPaint - Rendering text on the GPU

New video on the CopperSpice YouTube Channel:

CsPaint - Rendering text on the GPU

by Barbara Geller and Ansel Sermersheim

About the video:

In this video, we take a deeper look at the CsPaint library and the tools it provides for rendering text as graphics on the GPU. We also discuss the technique we use for efficient, high quality infinitely scalable text rendering.

Please take a look and remember to subscribe!