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
@@ -46,3 +46,6 @@ Define a `struct Person` containing a `string` name and an `int` age.
46
46
47
47
## [Drill 14](drill/14)
48
48
Define a variable of type `Person`, initialize it with "Goofy" and 63, and write it to the screen (`cout`).
49
+
50
+
## [Drill 15](drill/15)
51
+
Define an input (`>>`) and an output (`<<`) operator for `Person`; read in a `Person` from the keyboard (`cin`) and write it out to the screen (`cout`).
0 commit comments