From 967c5785f1fbb1de0b828f3486197709ce3e5347 Mon Sep 17 00:00:00 2001 From: jacobdw22 Date: Thu, 29 Sep 2022 14:27:28 -0700 Subject: Simple changes --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp') diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 6545e9b..c736aa2 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -22,7 +22,7 @@ * 8) How do we get out of this mess? Use the "Step Out" tool. * 9) In Visual Studio you will be taken back to the same cout * statement. Use the Step Over tool to take you to the next -* line. +* line. * 10) Step over the next cout statement. Now look at the console * window. What was printed? * 11) Select Stop Debugging either from the Debug menu or from your -- cgit v1.2.3