aboutsummaryrefslogtreecommitdiffstats
path: root/src/lesson24_oop_virtl03.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resolve clang-tidy warnings=error; Notable std::vector<>: size() -> size_t (u...Sven Göthel2024-05-031-18/+16
* lesson24: Add example/note casting shared_ptr<super-class> to shared_ptr<sub-...Sven Göthel2024-02-251-0/+5
* Add lesson2[0-4]: OOP type, inheritance and virtual functionsSven Göthel2024-02-251-0/+290