diff options
| author | Connor McDowell <[email protected]> | 2024-02-09 16:28:43 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-09 16:28:43 -0800 |
| commit | 3ba2c8f72aafeadfaf3731fc684f428dbf29b957 (patch) | |
| tree | edc98d6a394cb69c3d5e0d9898e7ce1a345991cf /Project1/Project1.vcxproj | |
| parent | working on loops (diff) | |
| download | homework-4-connormcdowell275-main.tar.xz homework-4-connormcdowell275-main.zip | |
finished up! though considering what is practiced this week, i should've tried to do nesting for loops with "error handling" (its not actually, just a conditional to catch improper inputs) for selections, but expecting correct inputs following the messages would mean using if statements wouldrun smoother.HEADmain
Diffstat (limited to 'Project1/Project1.vcxproj')
| -rw-r--r-- | Project1/Project1.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Project1/Project1.vcxproj b/Project1/Project1.vcxproj index 72d1ed7..185f904 100644 --- a/Project1/Project1.vcxproj +++ b/Project1/Project1.vcxproj @@ -130,7 +130,6 @@ <ClInclude Include="header.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="Functions.cpp" /> <ClCompile Include="program.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |