diff options
| author | Taylor Rogers <[email protected]> | 2022-11-02 17:24:45 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-11-02 17:24:45 -0700 |
| commit | 259696b7c05a83b0e02a0e624d48a9d7fd49578c (patch) | |
| tree | 0d9c1890cf3d562ba58239b9c26a1d238a733a64 /CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | |
| parent | Pseudo Code (diff) | |
| download | cst116-ch11-debugging-taylorrog-259696b7c05a83b0e02a0e624d48a9d7fd49578c.tar.xz cst116-ch11-debugging-taylorrog-259696b7c05a83b0e02a0e624d48a9d7fd49578c.zip | |
Finished pseudo-code
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index 36ee294..811b6ee 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -93,7 +93,7 @@ int main() ifstream inFile; // Notice how this automatically opens the file - ofstream outFile("C:\\Users\\taylo\\OneDrive\\OIT\\2022_Fall\\CST116\\Week_6\\bChap_11_Report.txt"); + ofstream outFile("C:\\Users\\taylo\\OneDrive\\OIT\\2022_Fall\\CST116\\Week_6\\Chap_11_Report.txt"); inFile.open("C:\\Users\\taylo\\OneDrive\\OIT\\2022_Fall\\CST116\\Week_6\\Names.txt"); |