From 4108fe9964ff21c27fc03173b0fc4a4ca0bd5579 Mon Sep 17 00:00:00 2001 From: tafaar Date: Mon, 31 Oct 2022 20:45:07 -0700 Subject: did exercise 1.4 --- CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 3 +++ CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 3 +++ CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 3 +++ 3 files changed, 9 insertions(+) diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index 2e96a17..675d5dd 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -19,6 +19,9 @@ * 3) Open the input file by simply double clicking the name of the * file in your Solution Explorer. * 4) Build and execute the program. +* +* Done +* * 5) Update the file paths below to correctly represent the path you * created. * 6) Rebuild and execute the program. diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index 2073e5b..50b9ca1 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -129,6 +129,9 @@ + + + diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index 2029dc7..c3f3010 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -19,4 +19,7 @@ Source Files + + + \ No newline at end of file -- cgit v1.2.3