The C++ Programming Language Classes part 6 - Operator overloading | Modern Cpp Series Ep. 42
Classes part 6 - Operator overloading | Modern Cpp Series Ep. 42 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 classes fits into Classes part 6 - Operator overloading | Modern Cpp Series Ep. 42.
- Understand how part fits into Classes part 6 - Operator overloading | Modern Cpp Series Ep. 42.
- Understand how operator fits into Classes part 6 - Operator overloading | Modern Cpp Series Ep. 42.
- Understand how overloading fits into Classes part 6 - Operator overloading | Modern Cpp Series Ep. 42.
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 show how to perform operator overloading in C++ so that you can use your objects with operators like +, -, *, / , etc. In fact, you can even use other common operators like the stream operators, brackets, new, and delete. Whether or not you should use operator overloading is a style question, and general guidelines I have heard recommend against using operator overloading for anything other than mathematical types where it makes the code more intuitive. That said, occassionally it is useful to overload somethings like the less than comparison operator for use in std::sort, or the == operator for comparisons. ►YouTube Channel: https://www.youtube.com/c/MikeShah ►Please like and subscribe to help the channel!
Lesson FAQs
What is Classes part 6 - Operator overloading | Modern Cpp Series Ep. 42 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 classes, part, operator, overloading, modern.
What should I learn before Classes part 6 - Operator overloading | Modern Cpp Series Ep. 42?
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: classes, part, operator, overloading.
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.
