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.filters | |
| 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.filters')
| -rw-r--r-- | Project1/Project1.vcxproj.filters | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Project1/Project1.vcxproj.filters b/Project1/Project1.vcxproj.filters index ad7e65a..f72cfb9 100644 --- a/Project1/Project1.vcxproj.filters +++ b/Project1/Project1.vcxproj.filters @@ -23,8 +23,5 @@ <ClCompile Include="program.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="Functions.cpp"> - <Filter>Source Files</Filter> - </ClCompile> </ItemGroup> </Project>
\ No newline at end of file |