summaryrefslogtreecommitdiff
path: root/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Apetroaei.cpp
diff options
context:
space:
mode:
authoralexandra-apetroaei <andra@MSI>2022-11-08 17:48:37 -0800
committeralexandra-apetroaei <andra@MSI>2022-11-08 17:48:37 -0800
commita7421b06ea82d084e134551736cdc3591faaa730 (patch)
tree30e7ca522a842f4fac8a315c3873af371c4179eb /CST116-Ch11-Debugging/CST116-Ch11-Debugging-Apetroaei.cpp
parentfinal resutl (diff)
downloadcst116-ch11-debugging-alexandra-apetroaei-master.tar.xz
cst116-ch11-debugging-alexandra-apetroaei-master.zip
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging-Apetroaei.cpp')
-rw-r--r--CST116-Ch11-Debugging/CST116-Ch11-Debugging-Apetroaei.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Apetroaei.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Apetroaei.cpp
index f1212c3..f094b54 100644
--- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Apetroaei.cpp
+++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Apetroaei.cpp
@@ -85,9 +85,9 @@ int main()
ifstream inFile;
// Notice how this automatically opens the file
- ofstream outFile("C:\\TEMP\\names.txt");
+ ofstream outFile("C:\\TEMP\\Chap_11_data.txt");
- inFile.open("C:\\TEMP\\names.txt");
+ inFile.open("C:\\TEMP\\names_1.txt");
if (inFile.is_open())