From feb794f2b5313eb53d6ed8dedd4cdc43b6e9032b Mon Sep 17 00:00:00 2001 From: CEOofOogaBooga Date: Wed, 28 Sep 2022 15:49:00 -0700 Subject: updates --- .gitignore | 6 ++++++ Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 ++ Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 8 ++++---- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f020cf9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs +/Ch 5 Debugging Project/.vs diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 6545e9b..7ea8962 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -57,6 +57,8 @@ * ********************************************************************/ + + #include #include using std::cout; 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