diff options
| author | tafaar <[email protected]> | 2022-10-31 20:45:07 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-31 20:45:07 -0700 |
| commit | 4108fe9964ff21c27fc03173b0fc4a4ca0bd5579 (patch) | |
| tree | 156510db96b6036e4d0d1283dcb9580f0a5724bd /CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | |
| parent | created data file (diff) | |
| download | cst116-ch11-debugging-hill-4108fe9964ff21c27fc03173b0fc4a4ca0bd5579.tar.xz cst116-ch11-debugging-hill-4108fe9964ff21c27fc03173b0fc4a4ca0bd5579.zip | |
did exercise 1.4
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index 2e96a17..675d5dd 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -19,6 +19,9 @@ * 3) Open the input file by simply double clicking the name of the * file in your Solution Explorer. * 4) Build and execute the program. +* +* Done +* * 5) Update the file paths below to correctly represent the path you * created. * 6) Rebuild and execute the program. |