adjusting the time

This commit is contained in:
Jidong Xiao
2024-01-07 23:56:35 -05:00
parent 19816403d3
commit 75920898d7

View File

@@ -139,7 +139,7 @@ product of integers: -600
Show a TA or mentor your program. Be ready to demonstrate that your program works with other input requested by the TA or mentor. Show a TA or mentor your program. Be ready to demonstrate that your program works with other input requested by the TA or mentor.
## Checkpoint 3: File IO ## Checkpoint 3: File IO
*estimate: 45 minutes* *estimate: 30 minutes*
In lecture we talked about how to use the STL file stream library fstream to read data from a file and/or write the output to a file. Let's do some exercises. In lecture we talked about how to use the STL file stream library fstream to read data from a file and/or write the output to a file. Let's do some exercises.