diff options
| author | Joseph Ten Eyck <[email protected]> | 2021-12-08 23:58:56 -0800 |
|---|---|---|
| committer | Joseph Ten Eyck <[email protected]> | 2021-12-08 23:58:56 -0800 |
| commit | 98c48806582531ba7dd8b3684f78b958ca807f8c (patch) | |
| tree | d9424c21d2f7550f46d69532beb114590d2834da /CST116F2021-Lab9/RUNS.txt | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab9-josephteneyck-98c48806582531ba7dd8b3684f78b958ca807f8c.tar.xz cst116-lab9-josephteneyck-98c48806582531ba7dd8b3684f78b958ca807f8c.zip | |
I had a lot of troubles over the week with syntax errors while file reading/writing within my programs. Also, my number sorting algorithm has some syntax error I have not found yet. I have gotten this far with the code and I am pushing what I have before midnight. I am still making progress and I hope to have it all finished tonight sometime.
Diffstat (limited to 'CST116F2021-Lab9/RUNS.txt')
| -rw-r--r-- | CST116F2021-Lab9/RUNS.txt | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/CST116F2021-Lab9/RUNS.txt b/CST116F2021-Lab9/RUNS.txt new file mode 100644 index 0000000..f8fcf68 --- /dev/null +++ b/CST116F2021-Lab9/RUNS.txt @@ -0,0 +1,56 @@ +////////////////////////////////////////////// +// RUNS FOR PROBLEM #2 ON PAGE 337 ARE BELOW +////////////////////////////////////////////// + + +////////////////////////////////////////////// +// RUNs FOR PROBLEM #3 ON PAGE 337 ARE BELOW +////////////////////////////////////////////// + + + + ============================================ + Basic text file reader + (with line counter and character counter) + ============================================= + + Input file name (including extension): TextFile.text + + +ERROR: Unable to open file with name 'TextFile.text' + +C:\Users\eclip\Source\Repos\cst116-lab9-JosephTenEyck\Debug\CST116F2021-Lab9.exe (process 8816) exited with code 1. +To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. +Press any key to close this window . . . + + + + + ============================================ + Basic text file reader + (with line counter and character counter) + ============================================= + + Input file name (including extension): TextFile.txt + +1 This is the first sentence, hello. [34] + +2 This is the second sentence, awesome! [37] + +3 This is the third sentence, it's a doozy. [41] + +4 This is the fourth sentence, lovely? [36] + +5 This is the fifth sentence, bye [31] + +C:\Users\eclip\Source\Repos\cst116-lab9-JosephTenEyck\Debug\CST116F2021-Lab9.exe (process 11800) exited with code 0. +To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. +Press any key to close this window . . . + + + +////////////////////////////////////////////// +// RUNS FOR PROBLEM #4 ON PAGE 337 ARE BELOW +////////////////////////////////////////////// + + |