Learn How To Combine Embarcadero C++Builder And Visual C++ For Windows Development
December 11, 2020
In this video, you will get an overview of the course, discussing why you would combine Embarcadero C++ builder with Microsoft Visual C++. This video series will cover the development of Windows applications using C++ builder for the GUI or the graphics front end of the…
Learn C++ With A Physical Units Library For The Next C++ by Mateusz Pusz (CPPCon 2020) Video
December 9, 2020
“MP-units’ is a library that is proposed for C++ standardization. This video should get the audience acquainted and be familiar with its most significant principles, structure, and features. Mateusz illustrates code samples in his discussion on how the ‘mp-units’…
This video introduces what generic programming is, along with the different kinds of functions, namely: function, class, and method templates. After tackling the basics, this will help you keep in mind that codes should not be all about the templates. This is mostly for the C++ developers who has not been using templates so far.
The second part of the discussion is where Templates go into more…
Learn C++ With Test Driven C++ by Phil Nash (CPPCon 2020) Video
December 6, 2020
The importance of testing can never be underestimated. Although sometimes, writing tests can be difficult and can be a little time-consuming. But there are other ways to make testing easier, like writing tests first. This video will give you insights on how to get you…

