diff options
| author | DoolyBoi <[email protected]> | 2022-10-04 15:15:47 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-10-04 15:15:47 -0700 |
| commit | 3ba7b020b0bf60f179ea8fc3d889b3116751ebcb (patch) | |
| tree | e6f285eafd79b2396dbfe93857aa14bf1673bad2 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | |
| parent | answered questions (diff) | |
| download | cst116-lab0-debugging-abd00l4h-3ba7b020b0bf60f179ea8fc3d889b3116751ebcb.tar.xz cst116-lab0-debugging-abd00l4h-3ba7b020b0bf60f179ea8fc3d889b3116751ebcb.zip | |
adjusted some comments
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index b37502a..af46639 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -4,12 +4,15 @@ * General Instructions: Complete each step before proceeding to the
* next.
*
-* Debugging Exercise 1
*
* Abdullah Havaldar
* CST116 C++ Programming
* Lab 0
* Debugging
+*
+* Debugging Exercise 1
+*
+*
*
* 1) On the lines indicated in the code below, insert a breakpoint.
* 2) With the program not in debugging mode, start debugging by
|