summaryrefslogtreecommitdiffstats
path: root/misc/ofstream-issue/ofstream-issue.cpp
AgeCommit message (Collapse)Author
2023-09-19Make "problem" exaple simplerMitsuo Tokumori
2023-08-18Add miscelaneous directory. Add ifstream-issue...Mitsuo Tokumori
... there. The parent class should be used to overload the << (or >>) operators for ostream (or istream ). Using ifstream is bad and leads to issues as shown in the example code.