From a7421b06ea82d084e134551736cdc3591faaa730 Mon Sep 17 00:00:00 2001 From: alexandra-apetroaei Date: Tue, 8 Nov 2022 17:48:37 -0800 Subject: change --- CST116-Ch11-Debugging/CST116-Ch11-Debugging-Apetroaei.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging-Apetroaei.cpp') 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()) -- cgit v1.2.3