diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-08-18 17:45:56 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-08-18 17:45:56 -0500 |
| commit | 943677f84eae9e3014a8bfd8613359b0b3189e08 (patch) | |
| tree | a66c058c935339e694d866adfae8e0ee94de2865 /misc/ofstream-issue/report.txt | |
| parent | 387642ff612de7d0ebf09410cd8e39a4765c877a (diff) | |
| download | LP1-943677f84eae9e3014a8bfd8613359b0b3189e08.tar.gz LP1-943677f84eae9e3014a8bfd8613359b0b3189e08.tar.bz2 LP1-943677f84eae9e3014a8bfd8613359b0b3189e08.zip | |
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.
Diffstat (limited to 'misc/ofstream-issue/report.txt')
| -rw-r--r-- | misc/ofstream-issue/report.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
