summaryrefslogtreecommitdiff
path: root/BlankConsoleLab
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-11-28 15:11:43 -0800
committerjacobdw22 <[email protected]>2022-11-28 15:11:43 -0800
commit135ed3256ae45a83bc4686daeefb93e0ca343d54 (patch)
tree297f1acc47820954ce4fb316dd1719317962c380 /BlankConsoleLab
parentInfile fully working, plus added pseudo code for most of main and ReadData fu... (diff)
downloadcst116-lab3-jacobdw22-135ed3256ae45a83bc4686daeefb93e0ca343d54.tar.xz
cst116-lab3-jacobdw22-135ed3256ae45a83bc4686daeefb93e0ca343d54.zip
Now also prints to output file
Diffstat (limited to 'BlankConsoleLab')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.vcxproj2
-rw-r--r--BlankConsoleLab/BlankConsoleLab.vcxproj.filters2
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