083 - Overloading the output operator for a template class - C++ Tutorial (German)

Опубликовано: 16 Июль 2026
на канале: Thomas Mahr
725
14

This video demonstrates how to overload the left-shift operator as a global operator for the stack template class developed in the previous video, enabling it to output a stack object to the console.

The book accompanying the C++ course: https://www.amazon.de/dp/B09V2HGRNV
All code examples from the C++ book: https://github.com/mahrth/Cpp-Buch2