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 Back to Basics: Pointers and Memory by Ben Saks (CPPCon 2020) Video
December 10, 2020
In modern C++, the common wisdom is to prefer smart pointers over raw pointers. But since they are still so common in C++ code and C++ libraries, many C++ programmers do not stop using them. If that’s the case, then they should learn how to use them efficiently. This…
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…