Learn C++ With Modern Software Needs Embedded Modern C++ Programming by Michael Wong
December 12, 2020
This video discusses about Embedded Modern C++ Programming. It showcases common C++ features for each cases with Adopting to C++ and gradual adoption for various sizes of systems. Hopefully, this summary will give programmers a better understanding and practical view of what…
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…
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…