C++Learn C++Videos

Learn C++ With The Networking TS from Scratch: I/O Objects by Robert Leahy (CPPCon 2020) Video

Networking TS Facilities provide a framework within which testable, extensible, asynchronous programs can be written in C++. In addition to this, the Networking TS sets out specific “I/O object” types that provide means of performing I/O and thus enable the authoring of such programs to take place immediately. These provided I/O objects will invariably not be sufficient. The talk will…
Read more
C++Learn C++Videos

Learn C++ With The Shapes of Multi-Dimensional Arrays by Vincent Reverdy (CPPCon 2020) Video

This video will be concentrating on one of the many issues involved: How to manage the shapes and dimensions of high-performance multidimensional arrays. In order to prevent metaprogramming wizards from having a full unusable response, we will add one requirement: it must be succinct, expressive, and humanly understandable. This video will also be discussing why bringing generic Non-Type Template…
Read more