From cdac3a2b668d5083f732b91476bf6d48089e15c4 Mon Sep 17 00:00:00 2001 From: Tim Pearse Date: Sat, 1 Oct 2022 13:10:47 -0700 Subject: Added a breakpoint on line 76 --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 1 + Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 8 ++++---- 2 files changed, 5 insertions(+), 4 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..94c54e1 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -74,6 +74,7 @@ int main() // Breakpoint 1 // Put a breakpoint on the following line cout << "Enter percent raise: "; + cin >> raise; money = money * raise; diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index b6da2fe..97611d8 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 -- cgit v1.2.3