From 4c9939edd1571d17f5051f1cb2ea757231a9c8e8 Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Tue, 1 Nov 2022 21:15:23 -0700 Subject: Extra Commit --- .../CST116-Ch11-Debugging-Pseudo-Code-Rogers.txt | 2 ++ CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 1 + CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 9 +++++++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CST116-Ch11-Debugging/CST116-Ch11-Debugging-Pseudo-Code-Rogers.txt diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Pseudo-Code-Rogers.txt b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Pseudo-Code-Rogers.txt new file mode 100644 index 0000000..868bbb6 --- /dev/null +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Pseudo-Code-Rogers.txt @@ -0,0 +1,2 @@ +1. declare constant int [EMPLOYEES] = 20 and [MAX] = 21 +2. \ No newline at end of file diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index 97b7ecf..92c45c6 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -133,6 +133,7 @@ + diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index a405d5d..30a8e09 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -20,8 +20,13 @@ - - + + + Source Files + + + Source Files + \ No newline at end of file -- cgit v1.2.3