From 3e0234c835ac623e259371c75cf6570feedea3ac Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 25 Jan 2024 11:33:49 -0800 Subject: added excersize 5 into file. --- .../d290c870-0ac6-4ee8-af02-31621d447c4a.vsidx | Bin 0 -> 11703 bytes .vs/Excersize 5/v17/.suo | Bin 0 -> 29696 bytes .vs/Excersize 5/v17/Browse.VC.db | Bin 0 -> 10313728 bytes .vs/Excersize 5/v17/Solution.VC.db | Bin 0 -> 438272 bytes .../ipch/AutoPCH/bddb9eb7905c21f/EXCERSIZE 5.ipch | Bin 0 -> 39714816 bytes .vs/ProjectSettings.json | 3 + .vs/VSWorkspaceState.json | 6 + .../3b3979bf-5a9b-45ac-b9b3-92b81b52dc8e.vsidx | Bin 0 -> 2950 bytes .../v17/.wsuo | Bin 0 -> 24064 bytes .../v17/Browse.VC.db | Bin 0 -> 10313728 bytes .../v17/Solution.VC.db | Bin 0 -> 438272 bytes .../ipch/AutoPCH/a5432491adb96f09/WORKSPACE.ipch | Bin 0 -> 38141952 bytes .vs/slnx.sqlite | Bin 0 -> 90112 bytes Excersize 5.cpp | 59 +++++++++ Excersize 5.sln | 31 +++++ Excersize 5.vcxproj | 138 +++++++++++++++++++++ Excersize 5.vcxproj.filters | 27 ++++ Excersize 5.vcxproj.user | 4 + .../6a3cfc80-e806-4722-8474-bf127de2c6d9.vsidx | Bin 0 -> 107 bytes .../93332cbc-4e41-4937-8eaa-7b1524d74852.vsidx | Bin 0 -> 107 bytes .../9368f94e-e0df-45c5-87c8-8ada23524331.vsidx | Bin 0 -> 107 bytes Excersize 5/.vs/Excersize 5/v17/.suo | Bin 0 -> 39424 bytes Excersize 5/.vs/Excersize 5/v17/Browse.VC.db | Bin 0 -> 10313728 bytes Excersize 5/.vs/Excersize 5/v17/Solution.VC.db | Bin 0 -> 438272 bytes .../ipch/AutoPCH/6c86301b145bd053/EXCERSIZE 5.ipch | Bin 0 -> 39714816 bytes .../ipch/AutoPCH/c6b81e5df2cfdbaf/EXCERSIZE 5.ipch | Bin 0 -> 39714816 bytes Excersize 5/Excersize 5.sln | 31 +++++ helper.h | 15 +++ x64/Debug/Excersize 5.exe | Bin 0 -> 62976 bytes x64/Debug/Excersize 5.exe.recipe | 11 ++ x64/Debug/Excersize 5.ilk | Bin 0 -> 649256 bytes x64/Debug/Excersize 5.log | 6 + x64/Debug/Excersize 5.obj | Bin 0 -> 59610 bytes x64/Debug/Excersize 5.pdb | Bin 0 -> 1167360 bytes x64/Debug/Excersize 5.tlog/CL.command.1.tlog | Bin 0 -> 898 bytes x64/Debug/Excersize 5.tlog/CL.read.1.tlog | Bin 0 -> 20000 bytes x64/Debug/Excersize 5.tlog/CL.write.1.tlog | Bin 0 -> 800 bytes x64/Debug/Excersize 5.tlog/Cl.items.tlog | 1 + .../Excersize 5.tlog/Excersize 5.lastbuildstate | 2 + x64/Debug/Excersize 5.tlog/link.command.1.tlog | Bin 0 -> 1628 bytes x64/Debug/Excersize 5.tlog/link.read.1.tlog | Bin 0 -> 3808 bytes x64/Debug/Excersize 5.tlog/link.write.1.tlog | Bin 0 -> 844 bytes x64/Debug/Excersize 5.vcxproj.FileListAbsolute.txt | 1 + x64/Debug/vc143.idb | Bin 0 -> 158720 bytes x64/Debug/vc143.pdb | Bin 0 -> 413696 bytes 45 files changed, 335 insertions(+) create mode 100644 .vs/Excersize 5/FileContentIndex/d290c870-0ac6-4ee8-af02-31621d447c4a.vsidx create mode 100644 .vs/Excersize 5/v17/.suo create mode 100644 .vs/Excersize 5/v17/Browse.VC.db create mode 100644 .vs/Excersize 5/v17/Solution.VC.db create mode 100644 .vs/Excersize 5/v17/ipch/AutoPCH/bddb9eb7905c21f/EXCERSIZE 5.ipch create mode 100644 .vs/ProjectSettings.json create mode 100644 .vs/VSWorkspaceState.json create mode 100644 .vs/in-class-exercise-5-connormcdowell275/FileContentIndex/3b3979bf-5a9b-45ac-b9b3-92b81b52dc8e.vsidx create mode 100644 .vs/in-class-exercise-5-connormcdowell275/v17/.wsuo create mode 100644 .vs/in-class-exercise-5-connormcdowell275/v17/Browse.VC.db create mode 100644 .vs/in-class-exercise-5-connormcdowell275/v17/Solution.VC.db create mode 100644 .vs/in-class-exercise-5-connormcdowell275/v17/ipch/AutoPCH/a5432491adb96f09/WORKSPACE.ipch create mode 100644 .vs/slnx.sqlite create mode 100644 Excersize 5.cpp create mode 100644 Excersize 5.sln create mode 100644 Excersize 5.vcxproj create mode 100644 Excersize 5.vcxproj.filters create mode 100644 Excersize 5.vcxproj.user create mode 100644 Excersize 5/.vs/Excersize 5/FileContentIndex/6a3cfc80-e806-4722-8474-bf127de2c6d9.vsidx create mode 100644 Excersize 5/.vs/Excersize 5/FileContentIndex/93332cbc-4e41-4937-8eaa-7b1524d74852.vsidx create mode 100644 Excersize 5/.vs/Excersize 5/FileContentIndex/9368f94e-e0df-45c5-87c8-8ada23524331.vsidx create mode 100644 Excersize 5/.vs/Excersize 5/v17/.suo create mode 100644 Excersize 5/.vs/Excersize 5/v17/Browse.VC.db create mode 100644 Excersize 5/.vs/Excersize 5/v17/Solution.VC.db create mode 100644 Excersize 5/.vs/Excersize 5/v17/ipch/AutoPCH/6c86301b145bd053/EXCERSIZE 5.ipch create mode 100644 Excersize 5/.vs/Excersize 5/v17/ipch/AutoPCH/c6b81e5df2cfdbaf/EXCERSIZE 5.ipch create mode 100644 Excersize 5/Excersize 5.sln create mode 100644 helper.h create mode 100644 x64/Debug/Excersize 5.exe create mode 100644 x64/Debug/Excersize 5.exe.recipe create mode 100644 x64/Debug/Excersize 5.ilk create mode 100644 x64/Debug/Excersize 5.log create mode 100644 x64/Debug/Excersize 5.obj create mode 100644 x64/Debug/Excersize 5.pdb create mode 100644 x64/Debug/Excersize 5.tlog/CL.command.1.tlog create mode 100644 x64/Debug/Excersize 5.tlog/CL.read.1.tlog create mode 100644 x64/Debug/Excersize 5.tlog/CL.write.1.tlog create mode 100644 x64/Debug/Excersize 5.tlog/Cl.items.tlog create mode 100644 x64/Debug/Excersize 5.tlog/Excersize 5.lastbuildstate create mode 100644 x64/Debug/Excersize 5.tlog/link.command.1.tlog create mode 100644 x64/Debug/Excersize 5.tlog/link.read.1.tlog create mode 100644 x64/Debug/Excersize 5.tlog/link.write.1.tlog create mode 100644 x64/Debug/Excersize 5.vcxproj.FileListAbsolute.txt create mode 100644 x64/Debug/vc143.idb create mode 100644 x64/Debug/vc143.pdb diff --git a/.vs/Excersize 5/FileContentIndex/d290c870-0ac6-4ee8-af02-31621d447c4a.vsidx b/.vs/Excersize 5/FileContentIndex/d290c870-0ac6-4ee8-af02-31621d447c4a.vsidx new file mode 100644 index 0000000..367b42a Binary files /dev/null and b/.vs/Excersize 5/FileContentIndex/d290c870-0ac6-4ee8-af02-31621d447c4a.vsidx differ diff --git a/.vs/Excersize 5/v17/.suo b/.vs/Excersize 5/v17/.suo new file mode 100644 index 0000000..174d587 Binary files /dev/null and b/.vs/Excersize 5/v17/.suo differ diff --git a/.vs/Excersize 5/v17/Browse.VC.db b/.vs/Excersize 5/v17/Browse.VC.db new file mode 100644 index 0000000..cd70be9 Binary files /dev/null and b/.vs/Excersize 5/v17/Browse.VC.db differ diff --git a/.vs/Excersize 5/v17/Solution.VC.db b/.vs/Excersize 5/v17/Solution.VC.db new file mode 100644 index 0000000..1597fdf Binary files /dev/null and b/.vs/Excersize 5/v17/Solution.VC.db differ diff --git a/.vs/Excersize 5/v17/ipch/AutoPCH/bddb9eb7905c21f/EXCERSIZE 5.ipch b/.vs/Excersize 5/v17/ipch/AutoPCH/bddb9eb7905c21f/EXCERSIZE 5.ipch new file mode 100644 index 0000000..39dfb1d Binary files /dev/null and b/.vs/Excersize 5/v17/ipch/AutoPCH/bddb9eb7905c21f/EXCERSIZE 5.ipch differ diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..6b61141 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,6 @@ +{ + "ExpandedNodes": [ + "" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/in-class-exercise-5-connormcdowell275/FileContentIndex/3b3979bf-5a9b-45ac-b9b3-92b81b52dc8e.vsidx b/.vs/in-class-exercise-5-connormcdowell275/FileContentIndex/3b3979bf-5a9b-45ac-b9b3-92b81b52dc8e.vsidx new file mode 100644 index 0000000..c55ac07 Binary files /dev/null and b/.vs/in-class-exercise-5-connormcdowell275/FileContentIndex/3b3979bf-5a9b-45ac-b9b3-92b81b52dc8e.vsidx differ diff --git a/.vs/in-class-exercise-5-connormcdowell275/v17/.wsuo b/.vs/in-class-exercise-5-connormcdowell275/v17/.wsuo new file mode 100644 index 0000000..40ce662 Binary files /dev/null and b/.vs/in-class-exercise-5-connormcdowell275/v17/.wsuo differ diff --git a/.vs/in-class-exercise-5-connormcdowell275/v17/Browse.VC.db b/.vs/in-class-exercise-5-connormcdowell275/v17/Browse.VC.db new file mode 100644 index 0000000..42a8d36 Binary files /dev/null and b/.vs/in-class-exercise-5-connormcdowell275/v17/Browse.VC.db differ diff --git a/.vs/in-class-exercise-5-connormcdowell275/v17/Solution.VC.db b/.vs/in-class-exercise-5-connormcdowell275/v17/Solution.VC.db new file mode 100644 index 0000000..fbc2e0c Binary files /dev/null and b/.vs/in-class-exercise-5-connormcdowell275/v17/Solution.VC.db differ diff --git a/.vs/in-class-exercise-5-connormcdowell275/v17/ipch/AutoPCH/a5432491adb96f09/WORKSPACE.ipch b/.vs/in-class-exercise-5-connormcdowell275/v17/ipch/AutoPCH/a5432491adb96f09/WORKSPACE.ipch new file mode 100644 index 0000000..89371ab Binary files /dev/null and b/.vs/in-class-exercise-5-connormcdowell275/v17/ipch/AutoPCH/a5432491adb96f09/WORKSPACE.ipch differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..a819722 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/Excersize 5.cpp b/Excersize 5.cpp new file mode 100644 index 0000000..6362e6e --- /dev/null +++ b/Excersize 5.cpp @@ -0,0 +1,59 @@ +// Name: Connor McDowell +// Date: 1/22/2024 +// Class: CST116 +// Assignment: exercise 5 + +#include + +#include "helper.h" + +int main() +{ + int mySum = sum(15, 30); + + std::cout << mySum << std::endl; + + + +} + +int returnInt() +{ + + return 10; +} + +int sum(int a, int b) +{ + int sum = 0; + sum = a + b; + + return sum; +} + +float percentage(int a, int b) +{ + int perc = 0; + perc = (static_cast(a) / b) * 100; + + return perc; +} + + +float FtoC(int fah) +{ + // -32*5/9 + + float num = (fah - 32) * (5 / 9); + + return num; +} + +float CtoF(int cel) +{ + // 9/5+32 + + float num = (cel * (9.0 / 5.0)) + 32; + + return num; +} \ No newline at end of file diff --git a/Excersize 5.sln b/Excersize 5.sln new file mode 100644 index 0000000..c17c5c8 --- /dev/null +++ b/Excersize 5.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34408.163 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Excersize 5", "Excersize 5.vcxproj", "{F1D7E6C4-986B-4250-87D2-842F20591189}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F1D7E6C4-986B-4250-87D2-842F20591189}.Debug|x64.ActiveCfg = Debug|x64 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Debug|x64.Build.0 = Debug|x64 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Debug|x86.ActiveCfg = Debug|Win32 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Debug|x86.Build.0 = Debug|Win32 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Release|x64.ActiveCfg = Release|x64 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Release|x64.Build.0 = Release|x64 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Release|x86.ActiveCfg = Release|Win32 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1F032F7E-F2E1-4035-B8DA-CA9C465160BF} + EndGlobalSection +EndGlobal diff --git a/Excersize 5.vcxproj b/Excersize 5.vcxproj new file mode 100644 index 0000000..ecd9dd1 --- /dev/null +++ b/Excersize 5.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {f1d7e6c4-986b-4250-87d2-842f20591189} + Excersize5 + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/Excersize 5.vcxproj.filters b/Excersize 5.vcxproj.filters new file mode 100644 index 0000000..7ec2f9f --- /dev/null +++ b/Excersize 5.vcxproj.filters @@ -0,0 +1,27 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + + + Header Files + + + \ No newline at end of file diff --git a/Excersize 5.vcxproj.user b/Excersize 5.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/Excersize 5.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Excersize 5/.vs/Excersize 5/FileContentIndex/6a3cfc80-e806-4722-8474-bf127de2c6d9.vsidx b/Excersize 5/.vs/Excersize 5/FileContentIndex/6a3cfc80-e806-4722-8474-bf127de2c6d9.vsidx new file mode 100644 index 0000000..70aef67 Binary files /dev/null and b/Excersize 5/.vs/Excersize 5/FileContentIndex/6a3cfc80-e806-4722-8474-bf127de2c6d9.vsidx differ diff --git a/Excersize 5/.vs/Excersize 5/FileContentIndex/93332cbc-4e41-4937-8eaa-7b1524d74852.vsidx b/Excersize 5/.vs/Excersize 5/FileContentIndex/93332cbc-4e41-4937-8eaa-7b1524d74852.vsidx new file mode 100644 index 0000000..70aef67 Binary files /dev/null and b/Excersize 5/.vs/Excersize 5/FileContentIndex/93332cbc-4e41-4937-8eaa-7b1524d74852.vsidx differ diff --git a/Excersize 5/.vs/Excersize 5/FileContentIndex/9368f94e-e0df-45c5-87c8-8ada23524331.vsidx b/Excersize 5/.vs/Excersize 5/FileContentIndex/9368f94e-e0df-45c5-87c8-8ada23524331.vsidx new file mode 100644 index 0000000..70aef67 Binary files /dev/null and b/Excersize 5/.vs/Excersize 5/FileContentIndex/9368f94e-e0df-45c5-87c8-8ada23524331.vsidx differ diff --git a/Excersize 5/.vs/Excersize 5/v17/.suo b/Excersize 5/.vs/Excersize 5/v17/.suo new file mode 100644 index 0000000..d314198 Binary files /dev/null and b/Excersize 5/.vs/Excersize 5/v17/.suo differ diff --git a/Excersize 5/.vs/Excersize 5/v17/Browse.VC.db b/Excersize 5/.vs/Excersize 5/v17/Browse.VC.db new file mode 100644 index 0000000..04715a8 Binary files /dev/null and b/Excersize 5/.vs/Excersize 5/v17/Browse.VC.db differ diff --git a/Excersize 5/.vs/Excersize 5/v17/Solution.VC.db b/Excersize 5/.vs/Excersize 5/v17/Solution.VC.db new file mode 100644 index 0000000..eda4714 Binary files /dev/null and b/Excersize 5/.vs/Excersize 5/v17/Solution.VC.db differ diff --git a/Excersize 5/.vs/Excersize 5/v17/ipch/AutoPCH/6c86301b145bd053/EXCERSIZE 5.ipch b/Excersize 5/.vs/Excersize 5/v17/ipch/AutoPCH/6c86301b145bd053/EXCERSIZE 5.ipch new file mode 100644 index 0000000..299c184 Binary files /dev/null and b/Excersize 5/.vs/Excersize 5/v17/ipch/AutoPCH/6c86301b145bd053/EXCERSIZE 5.ipch differ diff --git a/Excersize 5/.vs/Excersize 5/v17/ipch/AutoPCH/c6b81e5df2cfdbaf/EXCERSIZE 5.ipch b/Excersize 5/.vs/Excersize 5/v17/ipch/AutoPCH/c6b81e5df2cfdbaf/EXCERSIZE 5.ipch new file mode 100644 index 0000000..cece69b Binary files /dev/null and b/Excersize 5/.vs/Excersize 5/v17/ipch/AutoPCH/c6b81e5df2cfdbaf/EXCERSIZE 5.ipch differ diff --git a/Excersize 5/Excersize 5.sln b/Excersize 5/Excersize 5.sln new file mode 100644 index 0000000..c17c5c8 --- /dev/null +++ b/Excersize 5/Excersize 5.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34408.163 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Excersize 5", "Excersize 5.vcxproj", "{F1D7E6C4-986B-4250-87D2-842F20591189}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F1D7E6C4-986B-4250-87D2-842F20591189}.Debug|x64.ActiveCfg = Debug|x64 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Debug|x64.Build.0 = Debug|x64 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Debug|x86.ActiveCfg = Debug|Win32 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Debug|x86.Build.0 = Debug|Win32 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Release|x64.ActiveCfg = Release|x64 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Release|x64.Build.0 = Release|x64 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Release|x86.ActiveCfg = Release|Win32 + {F1D7E6C4-986B-4250-87D2-842F20591189}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1F032F7E-F2E1-4035-B8DA-CA9C465160BF} + EndGlobalSection +EndGlobal diff --git a/helper.h b/helper.h new file mode 100644 index 0000000..39f5d52 --- /dev/null +++ b/helper.h @@ -0,0 +1,15 @@ +#ifndef MY_HEADER_FILE_H +#define MY_HEADER_FILE_H + +int returnInt(); + +int sum(int a, int b); + +float percentage(int a, int b); + +float FtoC(int fah); + +float CtoF(int cel); + +#endif MY_HEADER_FILE_H + diff --git a/x64/Debug/Excersize 5.exe b/x64/Debug/Excersize 5.exe new file mode 100644 index 0000000..acff8de Binary files /dev/null and b/x64/Debug/Excersize 5.exe differ diff --git a/x64/Debug/Excersize 5.exe.recipe b/x64/Debug/Excersize 5.exe.recipe new file mode 100644 index 0000000..a060b67 --- /dev/null +++ b/x64/Debug/Excersize 5.exe.recipe @@ -0,0 +1,11 @@ + + + + + C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\x64\Debug\Excersize 5.exe + + + + + + \ No newline at end of file diff --git a/x64/Debug/Excersize 5.ilk b/x64/Debug/Excersize 5.ilk new file mode 100644 index 0000000..7f79cb0 Binary files /dev/null and b/x64/Debug/Excersize 5.ilk differ diff --git a/x64/Debug/Excersize 5.log b/x64/Debug/Excersize 5.log new file mode 100644 index 0000000..7d3d783 --- /dev/null +++ b/x64/Debug/Excersize 5.log @@ -0,0 +1,6 @@ + Excersize 5.cpp +C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\Excersize 5.cpp(37,37): warning C4244: '=': conversion from 'float' to 'int', possible loss of data +C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\Excersize 5.cpp(39,9): warning C4244: 'return': conversion from 'int' to 'float', possible loss of data +C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\Excersize 5.cpp(47,12): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data +C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\Excersize 5.cpp(56,12): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data + Excersize 5.vcxproj -> C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\x64\Debug\Excersize 5.exe diff --git a/x64/Debug/Excersize 5.obj b/x64/Debug/Excersize 5.obj new file mode 100644 index 0000000..bee5f21 Binary files /dev/null and b/x64/Debug/Excersize 5.obj differ diff --git a/x64/Debug/Excersize 5.pdb b/x64/Debug/Excersize 5.pdb new file mode 100644 index 0000000..62a3320 Binary files /dev/null and b/x64/Debug/Excersize 5.pdb differ diff --git a/x64/Debug/Excersize 5.tlog/CL.command.1.tlog b/x64/Debug/Excersize 5.tlog/CL.command.1.tlog new file mode 100644 index 0000000..cfb9d3f Binary files /dev/null and b/x64/Debug/Excersize 5.tlog/CL.command.1.tlog differ diff --git a/x64/Debug/Excersize 5.tlog/CL.read.1.tlog b/x64/Debug/Excersize 5.tlog/CL.read.1.tlog new file mode 100644 index 0000000..0285882 Binary files /dev/null and b/x64/Debug/Excersize 5.tlog/CL.read.1.tlog differ diff --git a/x64/Debug/Excersize 5.tlog/CL.write.1.tlog b/x64/Debug/Excersize 5.tlog/CL.write.1.tlog new file mode 100644 index 0000000..4d2fb32 Binary files /dev/null and b/x64/Debug/Excersize 5.tlog/CL.write.1.tlog differ diff --git a/x64/Debug/Excersize 5.tlog/Cl.items.tlog b/x64/Debug/Excersize 5.tlog/Cl.items.tlog new file mode 100644 index 0000000..f40db80 --- /dev/null +++ b/x64/Debug/Excersize 5.tlog/Cl.items.tlog @@ -0,0 +1 @@ +C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\Excersize 5.cpp;C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\x64\Debug\Excersize 5.obj diff --git a/x64/Debug/Excersize 5.tlog/Excersize 5.lastbuildstate b/x64/Debug/Excersize 5.tlog/Excersize 5.lastbuildstate new file mode 100644 index 0000000..781ecbe --- /dev/null +++ b/x64/Debug/Excersize 5.tlog/Excersize 5.lastbuildstate @@ -0,0 +1,2 @@ +PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.38.33130:TargetPlatformVersion=10.0.22621.0: +Debug|x64|C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\| diff --git a/x64/Debug/Excersize 5.tlog/link.command.1.tlog b/x64/Debug/Excersize 5.tlog/link.command.1.tlog new file mode 100644 index 0000000..f65c803 Binary files /dev/null and b/x64/Debug/Excersize 5.tlog/link.command.1.tlog differ diff --git a/x64/Debug/Excersize 5.tlog/link.read.1.tlog b/x64/Debug/Excersize 5.tlog/link.read.1.tlog new file mode 100644 index 0000000..609a461 Binary files /dev/null and b/x64/Debug/Excersize 5.tlog/link.read.1.tlog differ diff --git a/x64/Debug/Excersize 5.tlog/link.write.1.tlog b/x64/Debug/Excersize 5.tlog/link.write.1.tlog new file mode 100644 index 0000000..44681a5 Binary files /dev/null and b/x64/Debug/Excersize 5.tlog/link.write.1.tlog differ diff --git a/x64/Debug/Excersize 5.vcxproj.FileListAbsolute.txt b/x64/Debug/Excersize 5.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..68f9ff2 --- /dev/null +++ b/x64/Debug/Excersize 5.vcxproj.FileListAbsolute.txt @@ -0,0 +1 @@ +C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\x64\Debug\Excersize 5.exe diff --git a/x64/Debug/vc143.idb b/x64/Debug/vc143.idb new file mode 100644 index 0000000..e3cd953 Binary files /dev/null and b/x64/Debug/vc143.idb differ diff --git a/x64/Debug/vc143.pdb b/x64/Debug/vc143.pdb new file mode 100644 index 0000000..901ddda Binary files /dev/null and b/x64/Debug/vc143.pdb differ -- cgit v1.2.3