From ed2dc4c46adae870285806856740ea6dd456ead7 Mon Sep 17 00:00:00 2001 From: Arthur Spears Date: Sat, 3 Feb 2024 13:07:25 -0800 Subject: Testing in Main() Added .gitignore --- x64/Debug/Excersize 5.exe | Bin 62976 -> 70144 bytes x64/Debug/Excersize 5.exe.recipe | 2 +- x64/Debug/Excersize 5.ilk | Bin 649256 -> 745592 bytes x64/Debug/Excersize 5.log | 11 ++++++----- x64/Debug/Excersize 5.obj | Bin 59610 -> 82453 bytes x64/Debug/Excersize 5.pdb | Bin 1167360 -> 1314816 bytes x64/Debug/Excersize 5.tlog/CL.command.1.tlog | Bin 898 -> 2006 bytes x64/Debug/Excersize 5.tlog/CL.read.1.tlog | Bin 20000 -> 20212 bytes x64/Debug/Excersize 5.tlog/CL.write.1.tlog | Bin 800 -> 1224 bytes x64/Debug/Excersize 5.tlog/Cl.items.tlog | 2 +- .../Excersize 5.tlog/Excersize 5.lastbuildstate | 2 +- x64/Debug/Excersize 5.tlog/link.command.1.tlog | Bin 1628 -> 3678 bytes x64/Debug/Excersize 5.tlog/link.read.1.tlog | Bin 3808 -> 4492 bytes x64/Debug/Excersize 5.tlog/link.write.1.tlog | Bin 844 -> 1268 bytes x64/Debug/Excersize 5.vcxproj.FileListAbsolute.txt | 1 + x64/Debug/vc143.idb | Bin 158720 -> 281600 bytes x64/Debug/vc143.pdb | Bin 413696 -> 421888 bytes 17 files changed, 10 insertions(+), 8 deletions(-) (limited to 'x64') diff --git a/x64/Debug/Excersize 5.exe b/x64/Debug/Excersize 5.exe index acff8de..d4f8e4b 100644 Binary files a/x64/Debug/Excersize 5.exe and b/x64/Debug/Excersize 5.exe differ diff --git a/x64/Debug/Excersize 5.exe.recipe b/x64/Debug/Excersize 5.exe.recipe index a060b67..e9bd960 100644 --- a/x64/Debug/Excersize 5.exe.recipe +++ b/x64/Debug/Excersize 5.exe.recipe @@ -2,7 +2,7 @@ - C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\x64\Debug\Excersize 5.exe + C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\x64\Debug\Excersize 5.exe diff --git a/x64/Debug/Excersize 5.ilk b/x64/Debug/Excersize 5.ilk index 7f79cb0..293d97e 100644 Binary files a/x64/Debug/Excersize 5.ilk and b/x64/Debug/Excersize 5.ilk differ diff --git a/x64/Debug/Excersize 5.log b/x64/Debug/Excersize 5.log index 7d3d783..4405f57 100644 --- a/x64/Debug/Excersize 5.log +++ b/x64/Debug/Excersize 5.log @@ -1,6 +1,7 @@  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 +C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\Excersize 5.cpp(53,37): warning C4244: '=': conversion from 'float' to 'int', possible loss of data +C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\Excersize 5.cpp(55,9): warning C4244: 'return': conversion from 'int' to 'float', possible loss of data +C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\Excersize 5.cpp(63,12): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data +C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\Excersize 5.cpp(72,12): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data + LINK : C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\x64\Debug\Excersize 5.exe not found or not built by the last incremental link; performing full link + Excersize 5.vcxproj -> C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\x64\Debug\Excersize 5.exe diff --git a/x64/Debug/Excersize 5.obj b/x64/Debug/Excersize 5.obj index bee5f21..e8e3914 100644 Binary files a/x64/Debug/Excersize 5.obj and b/x64/Debug/Excersize 5.obj differ diff --git a/x64/Debug/Excersize 5.pdb b/x64/Debug/Excersize 5.pdb index 62a3320..a54185d 100644 Binary files a/x64/Debug/Excersize 5.pdb 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 index cfb9d3f..4e1a733 100644 Binary files a/x64/Debug/Excersize 5.tlog/CL.command.1.tlog 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 index 0285882..a3ebbca 100644 Binary files a/x64/Debug/Excersize 5.tlog/CL.read.1.tlog 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 index 4d2fb32..6495e28 100644 Binary files a/x64/Debug/Excersize 5.tlog/CL.write.1.tlog 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 index f40db80..1cedcf2 100644 --- a/x64/Debug/Excersize 5.tlog/Cl.items.tlog +++ b/x64/Debug/Excersize 5.tlog/Cl.items.tlog @@ -1 +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 +C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\Excersize 5.cpp;C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\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 index 781ecbe..0797ca1 100644 --- a/x64/Debug/Excersize 5.tlog/Excersize 5.lastbuildstate +++ b/x64/Debug/Excersize 5.tlog/Excersize 5.lastbuildstate @@ -1,2 +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\| +Debug|x64|C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\| diff --git a/x64/Debug/Excersize 5.tlog/link.command.1.tlog b/x64/Debug/Excersize 5.tlog/link.command.1.tlog index f65c803..b60f57d 100644 Binary files a/x64/Debug/Excersize 5.tlog/link.command.1.tlog 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 index 609a461..013647b 100644 Binary files a/x64/Debug/Excersize 5.tlog/link.read.1.tlog 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 index 44681a5..1c66c20 100644 Binary files a/x64/Debug/Excersize 5.tlog/link.write.1.tlog 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 index 68f9ff2..aa4fd88 100644 --- a/x64/Debug/Excersize 5.vcxproj.FileListAbsolute.txt +++ b/x64/Debug/Excersize 5.vcxproj.FileListAbsolute.txt @@ -1 +1,2 @@ C:\Users\thesa\source\repos\in-class-exercise-5-connormcdowell275\Excersize 5\x64\Debug\Excersize 5.exe +C:\Users\arthur.spears\OneDrive - Oregon Institute of Technology\CST116\Repos\Exercise 5\in-class-exercise-5-connormcdowell275.git\x64\Debug\Excersize 5.exe diff --git a/x64/Debug/vc143.idb b/x64/Debug/vc143.idb index e3cd953..ca6c620 100644 Binary files a/x64/Debug/vc143.idb and b/x64/Debug/vc143.idb differ diff --git a/x64/Debug/vc143.pdb b/x64/Debug/vc143.pdb index 901ddda..10560e6 100644 Binary files a/x64/Debug/vc143.pdb and b/x64/Debug/vc143.pdb differ -- cgit v1.2.3