From f31155764281276463dca9964a68875964dfe432 Mon Sep 17 00:00:00 2001 From: Bold Demchig Date: Wed, 12 Oct 2022 20:54:16 -0700 Subject: Hi. I have completed my Ch7 debugging and pushed to GitHub. I have been trying to push it couple times already. --- .vs/ProjectSettings.json | 3 + .vs/VSWorkspaceState.json | 8 ++ .../2ab007dd-af27-4e9b-bceb-440af2b09db1.vsidx | Bin 0 -> 11002 bytes .../533a5d74-96c8-47f1-ac55-200cd5b15c72.vsidx | Bin 0 -> 11568 bytes .../a71783d0-b8db-4b02-b3de-7b6bfc95ae86.vsidx | Bin 0 -> 28217 bytes .../ff3a3f13-c21e-4b2d-bde4-2146873fa1fe.vsidx | Bin 0 -> 11893 bytes .../FileContentIndex/read.lock | 0 .vs/cst116-ch7-debugging-Batbold74/v17/.suo | Bin 0 -> 37888 bytes .../v17/Browse.VC.db | Bin 0 -> 16596992 bytes .../853809e5c1b58cb7/CST116-CH5-DEBUGGING.ipch | Bin 0 -> 38928384 bytes .../b11ec2079a1e06c5/CST116_CH7_DEBUGGING.ipch | Bin 0 -> 35520512 bytes .../ipch/AutoPCH/e0b8ddeced882a3a/WXWPLLV3..ipch | Bin 0 -> 35520512 bytes .../e1263d93450a12f9/WEEK_3_EXERCISE01.ipch | Bin 0 -> 35520512 bytes .../e841de910bbbec50/CST116-CH7-DEBUGGING.ipch | Bin 0 -> 34471936 bytes .../ipch/AutoPCH/ea5a4cab58bb5e5a/4GKKE24I..ipch | Bin 0 -> 35520512 bytes .vs/slnx.sqlite | Bin 0 -> 319488 bytes CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 97 +++++++++++---------- .../Debug/CST116-C.b0d44148.tlog/CL.command.1.tlog | Bin 0 -> 1002 bytes .../Debug/CST116-C.b0d44148.tlog/CL.read.1.tlog | Bin 0 -> 19792 bytes .../Debug/CST116-C.b0d44148.tlog/CL.write.1.tlog | Bin 0 -> 884 bytes .../CST116-Ch7-Debugging.lastbuildstate | 2 + .../CST116-C.b0d44148.tlog/link.command.1.tlog | Bin 0 -> 1760 bytes .../Debug/CST116-C.b0d44148.tlog/link.read.1.tlog | Bin 0 -> 3670 bytes .../Debug/CST116-C.b0d44148.tlog/link.write.1.tlog | Bin 0 -> 956 bytes .../Debug/CST116-Ch7-Debugging.exe | Bin 0 -> 50688 bytes .../Debug/CST116-Ch7-Debugging.exe.recipe | 11 +++ .../Debug/CST116-Ch7-Debugging.ilk | Bin 0 -> 539120 bytes .../Debug/CST116-Ch7-Debugging.obj | Bin 0 -> 71768 bytes .../Debug/CST116-Ch7-Debugging.pdb | Bin 0 -> 1806336 bytes ...T116-Ch7-Debugging.vcxproj.FileListAbsolute.txt | 1 + .../Debug/cst116-ch7-debugging.obj.enc | Bin 0 -> 71760 bytes CST116-Ch7-Debugging/Debug/vc143.idb | Bin 0 -> 166912 bytes CST116-Ch7-Debugging/Debug/vc143.pdb | Bin 0 -> 405504 bytes 33 files changed, 76 insertions(+), 46 deletions(-) create mode 100644 .vs/ProjectSettings.json create mode 100644 .vs/VSWorkspaceState.json create mode 100644 .vs/cst116-ch7-debugging-Batbold74/FileContentIndex/2ab007dd-af27-4e9b-bceb-440af2b09db1.vsidx create mode 100644 .vs/cst116-ch7-debugging-Batbold74/FileContentIndex/533a5d74-96c8-47f1-ac55-200cd5b15c72.vsidx create mode 100644 .vs/cst116-ch7-debugging-Batbold74/FileContentIndex/a71783d0-b8db-4b02-b3de-7b6bfc95ae86.vsidx create mode 100644 .vs/cst116-ch7-debugging-Batbold74/FileContentIndex/ff3a3f13-c21e-4b2d-bde4-2146873fa1fe.vsidx create mode 100644 .vs/cst116-ch7-debugging-Batbold74/FileContentIndex/read.lock create mode 100644 .vs/cst116-ch7-debugging-Batbold74/v17/.suo create mode 100644 .vs/cst116-ch7-debugging-Batbold74/v17/Browse.VC.db create mode 100644 .vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/853809e5c1b58cb7/CST116-CH5-DEBUGGING.ipch create mode 100644 .vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/b11ec2079a1e06c5/CST116_CH7_DEBUGGING.ipch create mode 100644 .vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e0b8ddeced882a3a/WXWPLLV3..ipch create mode 100644 .vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e1263d93450a12f9/WEEK_3_EXERCISE01.ipch create mode 100644 .vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e841de910bbbec50/CST116-CH7-DEBUGGING.ipch create mode 100644 .vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/ea5a4cab58bb5e5a/4GKKE24I..ipch create mode 100644 .vs/slnx.sqlite create mode 100644 CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.command.1.tlog create mode 100644 CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.read.1.tlog create mode 100644 CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.write.1.tlog create mode 100644 CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CST116-Ch7-Debugging.lastbuildstate create mode 100644 CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.command.1.tlog create mode 100644 CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.read.1.tlog create mode 100644 CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.write.1.tlog create mode 100644 CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.exe create mode 100644 CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.exe.recipe create mode 100644 CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.ilk create mode 100644 CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.obj create mode 100644 CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.pdb create mode 100644 CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.vcxproj.FileListAbsolute.txt create mode 100644 CST116-Ch7-Debugging/Debug/cst116-ch7-debugging.obj.enc create mode 100644 CST116-Ch7-Debugging/Debug/vc143.idb create mode 100644 CST116-Ch7-Debugging/Debug/vc143.pdb diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..0cf5ea5 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": "No Configurations" +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..a5770c2 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,8 @@ +{ + "ExpandedNodes": [ + "", + "\\CST116-Ch7-Debugging" + ], + "SelectedNode": "\\CST116-Ch7-Debugging\\CST116-Ch7-Debugging.cpp", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/2ab007dd-af27-4e9b-bceb-440af2b09db1.vsidx b/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/2ab007dd-af27-4e9b-bceb-440af2b09db1.vsidx new file mode 100644 index 0000000..c4f67d2 Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/2ab007dd-af27-4e9b-bceb-440af2b09db1.vsidx differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/533a5d74-96c8-47f1-ac55-200cd5b15c72.vsidx b/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/533a5d74-96c8-47f1-ac55-200cd5b15c72.vsidx new file mode 100644 index 0000000..8c4a550 Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/533a5d74-96c8-47f1-ac55-200cd5b15c72.vsidx differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/a71783d0-b8db-4b02-b3de-7b6bfc95ae86.vsidx b/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/a71783d0-b8db-4b02-b3de-7b6bfc95ae86.vsidx new file mode 100644 index 0000000..0839406 Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/a71783d0-b8db-4b02-b3de-7b6bfc95ae86.vsidx differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/ff3a3f13-c21e-4b2d-bde4-2146873fa1fe.vsidx b/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/ff3a3f13-c21e-4b2d-bde4-2146873fa1fe.vsidx new file mode 100644 index 0000000..4dc366d Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/ff3a3f13-c21e-4b2d-bde4-2146873fa1fe.vsidx differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/read.lock b/.vs/cst116-ch7-debugging-Batbold74/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/cst116-ch7-debugging-Batbold74/v17/.suo b/.vs/cst116-ch7-debugging-Batbold74/v17/.suo new file mode 100644 index 0000000..fcd3fc3 Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/v17/.suo differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/v17/Browse.VC.db b/.vs/cst116-ch7-debugging-Batbold74/v17/Browse.VC.db new file mode 100644 index 0000000..fd6034b Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/v17/Browse.VC.db differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/853809e5c1b58cb7/CST116-CH5-DEBUGGING.ipch b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/853809e5c1b58cb7/CST116-CH5-DEBUGGING.ipch new file mode 100644 index 0000000..6476a22 Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/853809e5c1b58cb7/CST116-CH5-DEBUGGING.ipch differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/b11ec2079a1e06c5/CST116_CH7_DEBUGGING.ipch b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/b11ec2079a1e06c5/CST116_CH7_DEBUGGING.ipch new file mode 100644 index 0000000..cfaa7bc Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/b11ec2079a1e06c5/CST116_CH7_DEBUGGING.ipch differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e0b8ddeced882a3a/WXWPLLV3..ipch b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e0b8ddeced882a3a/WXWPLLV3..ipch new file mode 100644 index 0000000..77485c7 Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e0b8ddeced882a3a/WXWPLLV3..ipch differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e1263d93450a12f9/WEEK_3_EXERCISE01.ipch b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e1263d93450a12f9/WEEK_3_EXERCISE01.ipch new file mode 100644 index 0000000..b22ff7a Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e1263d93450a12f9/WEEK_3_EXERCISE01.ipch differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e841de910bbbec50/CST116-CH7-DEBUGGING.ipch b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e841de910bbbec50/CST116-CH7-DEBUGGING.ipch new file mode 100644 index 0000000..11cf77c Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/e841de910bbbec50/CST116-CH7-DEBUGGING.ipch differ diff --git a/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/ea5a4cab58bb5e5a/4GKKE24I..ipch b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/ea5a4cab58bb5e5a/4GKKE24I..ipch new file mode 100644 index 0000000..08b15d0 Binary files /dev/null and b/.vs/cst116-ch7-debugging-Batbold74/v17/ipch/AutoPCH/ea5a4cab58bb5e5a/4GKKE24I..ipch differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..4a6c3c5 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp index f64adfe..7c50bd8 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -6,68 +6,73 @@ * * Debugging Exercise 1 * -* 1) Insert a breakpoint on the lines indicated in the code. -* 2) Run to Breakpoint 1. -* 3) When prompted, enter your age. -* 4) When the execution stops, add a watch on age and verify that -* the value in age is what you typed in. -* 5) Step over the if statement. -* 6) Why did the value in age change? +* 1) Insert a breakpoint on the lines indicated in the code. Done +* 2) Run to Breakpoint 1. Done +* 3) When prompted, enter your age. Done +* 4) When the execution stops, add a watch on age and verify that Done +* the value in age is what you typed in. Yes. It is correct. +* 5) Step over the if statement. Done +* 6) Why did the value in age change? No. It should not change. +* * 7) Fix the problem and repeat Steps 2 – 5 to verify the -* problem was corrected. -* 8) Stop debugging. +* problem was corrected. Problem solved and commented at the spot +* 8) Stop debugging. Done * * Debugging Exercise 2 * -* 1) Run to Breakpoint 1. -* 2) When prompted, enter the value 25 for your age. +* 1) Run to Breakpoint 1. Done +* 2) When prompted, enter the value 25 for your age. Done * 3) Step over the if statement. Execution of the program should -* continue on the else if statement. -* 4) Verify that 25 is still stored in age. -* 5) Step over the else if. -* 6) Why is the program going to print "Teenager" for an age of 25? -* 7) Fix the problem and repeat Steps 1 – 5 to verify the +* continue on the else if statement. Yes. It does. +* 4) Verify that 25 is still stored in age. Yes. It is stored +* 5) Step over the else if. Done +* 6) Why is the program going to print "Teenager" for an age of 25? Because it used OR instead of AND. +* The both of conditions should be satisfied. +* So, I changed || into &&. +* 7) Fix the problem and repeat Steps 1 – 5 to verify the Done * problem was corrected. -* 8) Stop debugging. -* 9) Remove Breakpoint1. +* 8) Stop debugging. Done +* 9) Remove Breakpoint1. Done * * Debugging Exercise 3 * -* 1) Run the program without debugging. -* 2) When prompted, enter the value of 10 for your age. -* 3) Why does the program print both "Child" and "Adult"? -* 4) Re-run the program this time with debugging and run to -* Breakpoint 2. -* 5) Why is the action with the else executing? -* 6) Fix the problem and re-run to verify the problem was corrected. -********************************************************************/ +* 1) Run the program without debugging. Yes, I did +* 2) When prompted, enter the value of 10 for your age. Yes, I did +* 3) Why does the program print both "Child" and "Adult"? Because of ; after else +* 4) Re-run the program this time with debugging and run to +* Breakpoint 2. Done +* 5) Why is the action with the else executing? ; means the end of the line and it stops right there. +* +* 6) Fix the problem and re-run to verify the problem was corrected. Done +*/ #include + using std::cout; using std::endl; using std::cin; -int main() -{ - int age = 0; +int main() { + + int age = 0; - cout << "Enter your age: "; - cin >> age; + cout << "Enter your age: " <> age; - // Breakpoint 1 - // Put a breakpoint on the following line - if (age = 1) - cout << "First Birthday" << endl; - else if (age >= 12 || age <= 19) + // Breakpoint 1 + // Put a breakpoint on the following line + if (age == 1) // In C++, == means equal, so I corrected it. + cout << "First Birthday" << endl; + else if (age >= 12 && age <= 19) // && should be used here not || cout << "Teenager" << endl; - else if (age < 12) - cout << "Child" << endl; - else if (age > 62) - cout << "Senior" << endl; - // Breakpoint 2 - // Put a breakpoint on the following line - else; - cout << "Adult" << endl; + else if (age < 12 && age > 1) + cout << "Child" << endl; + else if (age >= 62 ) + cout << "Senior" << endl; + // Breakpoint 2 + // Put a breakpoint on the following line + else + cout << "Adult" << endl; - return 0; -} \ No newline at end of file + return 0; + } diff --git a/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.command.1.tlog b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.command.1.tlog new file mode 100644 index 0000000..f105298 Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.command.1.tlog differ diff --git a/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.read.1.tlog b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.read.1.tlog new file mode 100644 index 0000000..f9ae1a6 Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.read.1.tlog differ diff --git a/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.write.1.tlog b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.write.1.tlog new file mode 100644 index 0000000..501d51c Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CL.write.1.tlog differ diff --git a/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CST116-Ch7-Debugging.lastbuildstate b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CST116-Ch7-Debugging.lastbuildstate new file mode 100644 index 0000000..ffca743 --- /dev/null +++ b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/CST116-Ch7-Debugging.lastbuildstate @@ -0,0 +1,2 @@ +PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.33.31629:TargetPlatformVersion=10.0.19041.0: +Debug|Win32|C:\Users\batbo\Source\Repos\CST116\cst116-ch7-debugging-Batbold74\CST116-Ch7-Debugging\| diff --git a/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.command.1.tlog b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.command.1.tlog new file mode 100644 index 0000000..09249c2 Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.command.1.tlog differ diff --git a/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.read.1.tlog b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.read.1.tlog new file mode 100644 index 0000000..36236e9 Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.read.1.tlog differ diff --git a/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.write.1.tlog b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.write.1.tlog new file mode 100644 index 0000000..ccf2e79 Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/CST116-C.b0d44148.tlog/link.write.1.tlog differ diff --git a/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.exe b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.exe new file mode 100644 index 0000000..8819c18 Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.exe differ diff --git a/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.exe.recipe b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.exe.recipe new file mode 100644 index 0000000..1d45732 --- /dev/null +++ b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.exe.recipe @@ -0,0 +1,11 @@ + + + + + C:\Users\batbo\Source\Repos\CST116\cst116-ch7-debugging-Batbold74\CST116-Ch7-Debugging\Debug\CST116-Ch7-Debugging.exe + + + + + + \ No newline at end of file diff --git a/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.ilk b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.ilk new file mode 100644 index 0000000..aed61e7 Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.ilk differ diff --git a/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.obj b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.obj new file mode 100644 index 0000000..df5555f Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.obj differ diff --git a/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.pdb b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.pdb new file mode 100644 index 0000000..86c1992 Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.pdb differ diff --git a/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.vcxproj.FileListAbsolute.txt b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..5f71896 --- /dev/null +++ b/CST116-Ch7-Debugging/Debug/CST116-Ch7-Debugging.vcxproj.FileListAbsolute.txt @@ -0,0 +1 @@ +C:\Users\batbo\Source\Repos\CST116\cst116-ch7-debugging-Batbold74\CST116-Ch7-Debugging\Debug\CST116-Ch7-Debugging.exe diff --git a/CST116-Ch7-Debugging/Debug/cst116-ch7-debugging.obj.enc b/CST116-Ch7-Debugging/Debug/cst116-ch7-debugging.obj.enc new file mode 100644 index 0000000..bc7306e Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/cst116-ch7-debugging.obj.enc differ diff --git a/CST116-Ch7-Debugging/Debug/vc143.idb b/CST116-Ch7-Debugging/Debug/vc143.idb new file mode 100644 index 0000000..1cddd08 Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/vc143.idb differ diff --git a/CST116-Ch7-Debugging/Debug/vc143.pdb b/CST116-Ch7-Debugging/Debug/vc143.pdb new file mode 100644 index 0000000..d482ede Binary files /dev/null and b/CST116-Ch7-Debugging/Debug/vc143.pdb differ -- cgit v1.2.3