From b6de4d194b5485ca99835e0b7691eec63b0273e8 Mon Sep 17 00:00:00 2001 From: Wyatt Date: Thu, 29 Sep 2022 14:28:51 -0700 Subject: Commit --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 24 ++++++++++++++++++++- .../Ch 5 Debugging Project.vcxproj | 8 +++---- .../Debug/Ch 5 Deb.57683855.tlog/CL.command.1.tlog | Bin 914 -> 0 bytes .../Debug/Ch 5 Deb.57683855.tlog/CL.read.1.tlog | Bin 21178 -> 0 bytes .../Debug/Ch 5 Deb.57683855.tlog/CL.write.1.tlog | Bin 700 -> 0 bytes .../Ch 5 Debugging Project.lastbuildstate | 2 -- .../Ch 5 Deb.57683855.tlog/link.command.1.tlog | Bin 1592 -> 0 bytes .../Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog | Bin 3638 -> 0 bytes .../Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog | Bin 780 -> 0 bytes .../Ch 5 Debugging Project.Build.CppClean.log | 0 .../Debug/Ch 5 Debugging Project.exe | Bin 53760 -> 0 bytes .../Debug/Ch 5 Debugging Project.ilk | Bin 504812 -> 0 bytes .../Debug/Ch 5 Debugging Project.obj | Bin 69812 -> 0 bytes .../Debug/Ch 5 Debugging Project.pdb | Bin 1200128 -> 0 bytes Ch 5 Debugging Project/Debug/vc142.idb | Bin 175104 -> 0 bytes Ch 5 Debugging Project/Debug/vc142.pdb | Bin 471040 -> 0 bytes .../x64/Debug/Ch 5 Debugging Project.exe | Bin 0 -> 72704 bytes .../x64/Debug/Ch 5 Debugging Project.exe.recipe | 11 ++++++++++ .../x64/Debug/Ch 5 Debugging Project.ilk | Bin 0 -> 733592 bytes .../x64/Debug/Ch 5 Debugging Project.log | 2 ++ .../x64/Debug/Ch 5 Debugging Project.obj | Bin 0 -> 90730 bytes .../x64/Debug/Ch 5 Debugging Project.pdb | Bin 0 -> 1323008 bytes ... Debugging Project.vcxproj.FileListAbsolute.txt | 1 + Ch 5 Debugging Project/x64/Debug/vc143.idb | Bin 0 -> 166912 bytes Ch 5 Debugging Project/x64/Debug/vc143.pdb | Bin 0 -> 462848 bytes 25 files changed, 41 insertions(+), 7 deletions(-) delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.command.1.tlog delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.read.1.tlog delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.write.1.tlog delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/Ch 5 Debugging Project.lastbuildstate delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.command.1.tlog delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog create mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.Build.CppClean.log delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj delete mode 100644 Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb delete mode 100644 Ch 5 Debugging Project/Debug/vc142.idb delete mode 100644 Ch 5 Debugging Project/Debug/vc142.pdb create mode 100644 Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.exe create mode 100644 Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.exe.recipe create mode 100644 Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.ilk create mode 100644 Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.log create mode 100644 Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.obj create mode 100644 Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.pdb create mode 100644 Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.vcxproj.FileListAbsolute.txt create mode 100644 Ch 5 Debugging Project/x64/Debug/vc143.idb create mode 100644 Ch 5 Debugging Project/x64/Debug/vc143.pdb (limited to 'Ch 5 Debugging Project') diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 7ea8962..0dcf564 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -83,5 +83,27 @@ int main() cout << "After your raise you have $"; cout << money << endl; + return 0; -} \ No newline at end of file +} + +class Wall +{ + + int health; + + Wall(int newhealth) + { + health = newhealth; + } + + void damage(int damage) + { + health -= damage; + } + + void combine(Wall other) + { + + } +}; \ No newline at end of file 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 diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.command.1.tlog b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.command.1.tlog deleted file mode 100644 index 1a0c11c..0000000 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.command.1.tlog and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.read.1.tlog b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.read.1.tlog deleted file mode 100644 index 5e84124..0000000 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.read.1.tlog and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.write.1.tlog b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.write.1.tlog deleted file mode 100644 index 141dadd..0000000 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/CL.write.1.tlog and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/Ch 5 Debugging Project.lastbuildstate b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/Ch 5 Debugging Project.lastbuildstate deleted file mode 100644 index c583d0a..0000000 --- a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/Ch 5 Debugging Project.lastbuildstate +++ /dev/null @@ -1,2 +0,0 @@ -PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:VCServicingVersionCrtHeaders=14.29.30136:TargetPlatformVersion=10.0.19041.0: -Debug|Win32|C:\Users\martha.chamberlin\source\repos\Ch 5 Debugging Project\| diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.command.1.tlog b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.command.1.tlog deleted file mode 100644 index b1e48a3..0000000 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.command.1.tlog and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog deleted file mode 100644 index 9a01428..0000000 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog deleted file mode 100644 index 5b35e5b..0000000 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.Build.CppClean.log b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.Build.CppClean.log new file mode 100644 index 0000000..e69de29 diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe deleted file mode 100644 index ca60826..0000000 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk deleted file mode 100644 index d2fc0eb..0000000 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj deleted file mode 100644 index 7eabf55..0000000 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb deleted file mode 100644 index aa8aed7..0000000 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/vc142.idb b/Ch 5 Debugging Project/Debug/vc142.idb deleted file mode 100644 index f55026c..0000000 Binary files a/Ch 5 Debugging Project/Debug/vc142.idb and /dev/null differ diff --git a/Ch 5 Debugging Project/Debug/vc142.pdb b/Ch 5 Debugging Project/Debug/vc142.pdb deleted file mode 100644 index 623899a..0000000 Binary files a/Ch 5 Debugging Project/Debug/vc142.pdb and /dev/null differ diff --git a/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.exe b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.exe new file mode 100644 index 0000000..4102483 Binary files /dev/null and b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.exe differ diff --git a/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.exe.recipe b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.exe.recipe new file mode 100644 index 0000000..9c644e5 --- /dev/null +++ b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.exe.recipe @@ -0,0 +1,11 @@ + + + + + C:\Users\wythe\Desktop\Homework\cst116-lab0-debugging-hyper2snyper\Ch 5 Debugging Project\x64\Debug\Ch 5 Debugging Project.exe + + + + + + \ No newline at end of file diff --git a/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.ilk b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.ilk new file mode 100644 index 0000000..ce86c09 Binary files /dev/null and b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.ilk differ diff --git a/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.log b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.log new file mode 100644 index 0000000..580a9a4 --- /dev/null +++ b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.log @@ -0,0 +1,2 @@ + Ch 5 Debugging Project.cpp + Ch 5 Debugging Project.vcxproj -> C:\Users\wythe\Desktop\Homework\cst116-lab0-debugging-hyper2snyper\Ch 5 Debugging Project\x64\Debug\Ch 5 Debugging Project.exe diff --git a/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.obj b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.obj new file mode 100644 index 0000000..90e39b7 Binary files /dev/null and b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.obj differ diff --git a/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.pdb b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.pdb new file mode 100644 index 0000000..5a4102d Binary files /dev/null and b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.pdb differ diff --git a/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.vcxproj.FileListAbsolute.txt b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..06c2b75 --- /dev/null +++ b/Ch 5 Debugging Project/x64/Debug/Ch 5 Debugging Project.vcxproj.FileListAbsolute.txt @@ -0,0 +1 @@ +C:\Users\wythe\Desktop\Homework\cst116-lab0-debugging-hyper2snyper\Ch 5 Debugging Project\x64\Debug\Ch 5 Debugging Project.exe diff --git a/Ch 5 Debugging Project/x64/Debug/vc143.idb b/Ch 5 Debugging Project/x64/Debug/vc143.idb new file mode 100644 index 0000000..6c1442b Binary files /dev/null and b/Ch 5 Debugging Project/x64/Debug/vc143.idb differ diff --git a/Ch 5 Debugging Project/x64/Debug/vc143.pdb b/Ch 5 Debugging Project/x64/Debug/vc143.pdb new file mode 100644 index 0000000..01715d9 Binary files /dev/null and b/Ch 5 Debugging Project/x64/Debug/vc143.pdb differ -- cgit v1.2.3