This commit is contained in:
left_adjoint 2024-02-14 17:33:21 -08:00
parent e66ddf7f42
commit b4f4202686

View File

@ -28,4 +28,7 @@
+ An example how to use =getline= to read in input that has spaces: https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/getlinetest.cpp
+ The following are out-of-lecture examples of how to properly handle data validation for inputs
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/input1.cpp
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/lnput2.cpp
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/lnput2.cpp
+ Lecture (2/14/2024)
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/fun1.cpp demo of functions!
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/flipgame.cpp example program that might be useful for getting started with assignment 3!