diff options
| author | Evan <[email protected]> | 2022-10-30 01:33:21 -0700 |
|---|---|---|
| committer | Evan <[email protected]> | 2022-10-30 01:33:21 -0700 |
| commit | 4975e3e40e3e8b180b97614158c96407a73a1518 (patch) | |
| tree | 86234e7a8b80c1fe640f38d788a5e1700324cde3 | |
| parent | Initial commit (diff) | |
| download | cst116-ch11-debugging-evanmihm-4975e3e40e3e8b180b97614158c96407a73a1518.tar.xz cst116-ch11-debugging-evanmihm-4975e3e40e3e8b180b97614158c96407a73a1518.zip | |
as
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index 53830da..74653e8 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -8,6 +8,7 @@ * * 1) Make your own data file like Troy 12, with the next person on the * next line and save it to a directory you create on your drive. +* * 2) Under the Project menu, select Add Existing Item and * add the input file you just placed on your drive to your * current project. Make sure your Solution Explorer window |