From 841f685b160c810f9e3eb3b1b5b1a093f77d3e2d Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Thu, 29 Sep 2022 15:36:51 -0700 Subject: Added flowchart image --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 +- Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 3 +++ Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 396bf6a..0b5f307 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -30,7 +30,7 @@ * * Debugging Exercise 2 * -* +* * * * 1) With the program stopped, run to Breakpoint 1 by selecting diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index 97611d8..f31c3e3 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -141,6 +141,9 @@ + + + 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..e28464e 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -19,4 +19,9 @@ Source Files + + + Source Files + + \ No newline at end of file -- cgit v1.2.3