diff options
| author | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-09-29 15:44:53 -0700 |
|---|---|---|
| committer | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-09-29 15:44:53 -0700 |
| commit | 2b696decc33263859b9fd6727d1bc3de754f1742 (patch) | |
| tree | f40492bc5cb784d1847a2a0b011ff064172b1333 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | |
| parent | Simple Changes LC (diff) | |
| download | cst116-lab0-debugging-19-ruin-2b696decc33263859b9fd6727d1bc3de754f1742.tar.xz cst116-lab0-debugging-19-ruin-2b696decc33263859b9fd6727d1bc3de754f1742.zip | |
Simple Changes LC
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 6545e9b..150fcdb 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -1,9 +1,12 @@ /********************************************************************
* File: Chap_5_Debugging.cpp
-*
+* Debugging
+* Working with Github
+
+ Make simple changes to a file
* General Instructions: Complete each step before proceeding to the
* next.
-*
+*
* Debugging Exercise 1
*
* 1) On the lines indicated in the code below, insert a breakpoint.
|