diff options
| author | jacobdw22 <[email protected]> | 2022-11-28 15:11:43 -0800 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-28 15:11:43 -0800 |
| commit | 135ed3256ae45a83bc4686daeefb93e0ca343d54 (patch) | |
| tree | 297f1acc47820954ce4fb316dd1719317962c380 | |
| parent | Infile fully working, plus added pseudo code for most of main and ReadData fu... (diff) | |
| download | cst116-lab3-jacobdw22-135ed3256ae45a83bc4686daeefb93e0ca343d54.tar.xz cst116-lab3-jacobdw22-135ed3256ae45a83bc4686daeefb93e0ca343d54.zip | |
Now also prints to output file
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 2 | ||||
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index b511f85..db75489 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -142,7 +142,7 @@ <ClCompile Include="cst116-lab3-wilson.cpp" /> </ItemGroup> <ItemGroup> - <Text Include="..\..\..\..\..\..\TEMP1\ lab3_Report.txt" /> + <Text Include="..\..\..\..\..\..\TEMP1\lab3_Report.txt" /> <Text Include="..\..\..\..\..\..\TEMP1\large.txt" /> <Text Include="..\..\..\..\..\..\TEMP1\small.txt" /> </ItemGroup> diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index b6d4b2b..11fd168 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -21,7 +21,7 @@ </ItemGroup> <ItemGroup> <Text Include="..\..\..\..\..\..\TEMP1\small.txt" /> - <Text Include="..\..\..\..\..\..\TEMP1\ lab3_Report.txt" /> <Text Include="..\..\..\..\..\..\TEMP1\large.txt" /> + <Text Include="..\..\..\..\..\..\TEMP1\lab3_Report.txt" /> </ItemGroup> </Project>
\ No newline at end of file |