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…
Learn C++ With Back to Basics: Class Layout by Stephen Dewhurst (CppCon 2020) Video
December 2, 2020
The main function that supports data abstraction in C++ are classes. In essence, a C++ class is a C framework with additional features. This video discusses the practical way of using classes to get a better sense of different programming tasks, as many programmers often…