adding details

This commit is contained in:
left_adjoint 2023-10-31 09:31:16 -07:00
parent c3db319a65
commit 47ce6f2c1e

View File

@ -2,8 +2,27 @@
+ Midterms will be graded on Wednesday Nov. 1st
+ Final projects: plan is due next week
+ Cover plan for final project
+ What is a final? (a miserable pile of code)
+ Should read in some dataset
+ Probably CSV because it's easy to parse
+ Process the dataset in some way
+ Averages
+ Max/min
+ Other statistics
+ ...
+ Must be able to modify the dataset and write to a new file
+ At least allow for removing outliers
+ But adding shouldn't be that much harder...
+ Menu-driven
+ enter options at the command line
+ (just like all our assignments so far)
+ Homework 5:
+ We'll cover what to do/what it's asking
+ Kinda like a mini-version of the final project
+ Recommended that you use the pre-determined CSV files
+ Buuuut if you have one that you want to use that's okay
+ You must include it with your assignment
+ Linux Lab (left_adjoint edition)
+ Today: file I/O
+ ifstream
+ ofstream