From 3498a50364dc498ab01984f23e913a5dbb368d91 Mon Sep 17 00:00:00 2001 From: EdwardFine Date: Thu, 29 Sep 2022 16:20:58 -0700 Subject: ! --- Ch 5 Debugging Project/CST116-Debugging-Fine.cpp | 2 +- Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 10 +++++----- Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Ch 5 Debugging Project') diff --git a/Ch 5 Debugging Project/CST116-Debugging-Fine.cpp b/Ch 5 Debugging Project/CST116-Debugging-Fine.cpp index 8522ad8..4b29a91 100644 --- a/Ch 5 Debugging Project/CST116-Debugging-Fine.cpp +++ b/Ch 5 Debugging Project/CST116-Debugging-Fine.cpp @@ -31,7 +31,7 @@ * 10) Step over the next cout statement. Now look at the console * window. What was printed? * After stepping over the cout statement with the breakpoint, the console is -* now asking the user to enter a percent raise. +* now asking the user to enter a percent raise.! ! * 11) Select Stop Debugging either from the Debug menu or from your * toolbar. * diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index b6da2fe..17bb2f6 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -29,26 +29,26 @@ Application true - v142 + v143 Unicode Application false - v142 + v143 true Unicode Application true - v142 + v143 Unicode Application false - v142 + v143 true Unicode @@ -139,7 +139,7 @@ - + diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters index f330efc..5ea56f6 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -15,7 +15,7 @@ - + Source Files -- cgit v1.2.3