From 943677f84eae9e3014a8bfd8613359b0b3189e08 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 18 Aug 2023 17:45:56 -0500 Subject: Add miscelaneous directory. Add ifstream-issue... ... 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. --- misc/ofstream-issue/report.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 misc/ofstream-issue/report.txt (limited to 'misc/ofstream-issue/report.txt') diff --git a/misc/ofstream-issue/report.txt b/misc/ofstream-issue/report.txt new file mode 100644 index 0000000..54a6273 --- /dev/null +++ b/misc/ofstream-issue/report.txt @@ -0,0 +1,3 @@ +Student name: Ana AmbookenPUCP +PUCPStudent name: Ana Ambooken +Student name: Bob BananaPUCP -- cgit v1.2.3