A succinct tutorial on class templates in C++. Templates are useful when you do not know the type of data your object will need to store prior to its use. Rather than defining multiple classes for every type of data you may want to store, a class template can be used to repeat the same basic class with different data types dynamically.
This video is part of a series of tutorials exploring beginner, intermediate, and advanced C++ programming topics one concept at a time.
Download
0 formats
No download links available.
C++ Tutorial for Beginners: Class Templates | NatokHD