aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorLloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5>2022-09-29 15:44:53 -0700
committerLloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5>2022-09-29 15:44:53 -0700
commit2b696decc33263859b9fd6727d1bc3de754f1742 (patch)
treef40492bc5cb784d1847a2a0b011ff064172b1333 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentSimple Changes LC (diff)
downloadcst116-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.cpp7
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.