The C++ Programming Language Generics in C++ 1 - Templates Introduction | Modern Cpp Series Ep. 71
Generics in C++ 1 - Templates Introduction | Modern Cpp Series Ep. 71 Transcript and Lesson Notes
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
Quick Summary
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
Key Takeaways
- Review the core idea: ►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
- Understand how generics fits into Generics in C++ 1 - Templates Introduction | Modern Cpp Series Ep. 71.
- Understand how templates fits into Generics in C++ 1 - Templates Introduction | Modern Cpp Series Ep. 71.
- Understand how introduction fits into Generics in C++ 1 - Templates Introduction | Modern Cpp Series Ep. 71.
- Understand how modern fits into Generics in C++ 1 - Templates Introduction | Modern Cpp Series Ep. 71.
Key Concepts
Full Transcript
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel/UCA64pZbN5Mz5NxC3SO4qpDg/join ►Lesson Description: In this lesson I introduce you to templates in C++. Templates are a powerful feature in C++, and they allow us to avoid 'copy and paste' when we need to implement similar functionality on different data types. I'd like you however to think of templates as a tool for helping compilers generate the necessary code that we need. In this lesson we'll do a brief motivation of just one of the types of templates C++ provides, and then revisit some more features of generic programming (i.e. called templates in C++) in future lessons. ►YouTube Channel: https://www.youtube.com/c/MikeShah ►Please like and subscribe to help the channel!
Lesson FAQs
What is Generics in C++ 1 - Templates Introduction | Modern Cpp Series Ep. 71 about?
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
What key concepts are covered in this lesson?
The lesson covers generics, templates, introduction, modern, series.
What should I learn before Generics in C++ 1 - Templates Introduction | Modern Cpp Series Ep. 71?
Review the previous lessons in The C++ Programming Language, then use the transcript and key concepts on this page to fill any gaps.
How can I practice after this lesson?
Practice by applying the main concepts: generics, templates, introduction, modern.
Does this lesson include a transcript?
Yes. The full transcript is visible on this page in indexable HTML sections.
Is this lesson free?
Yes. CourseHive lessons and courses are available to learn online for free.
