You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Chapter13/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -61,3 +61,6 @@ Modify `>>` and `<<` to work with the redefined `Person`.
61
61
62
62
## [Drill 19](drill/19)
63
63
Modify the constructor to check that `age` is [0:150) and that `name` doesn't contain any of the characters `;:"'[]*&^%$#@!`. Use `error()` in case of error. Test.
64
+
65
+
## [Drill 20](drill/20)
66
+
Read a sequence of `Person`s from input (`cin`) into a `vector<Person>`; write them out again to the screen (`cout`). Test with correct and erroneous input.
0 commit comments