This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
class:os2014f:hw7 [2014/11/08 13:16] aubin |
class:os2014f:hw7 [2025/10/13 12:45] (current) |
||
|---|---|---|---|
| Line 65: | Line 65: | ||
| Student s4("Shin", 90); | Student s4("Shin", 90); | ||
| | | ||
| - | check("find()", students.exist( s4 ), false ); | + | check("exist()", students.exist( s4 ), false ); |
| - | check("find()", students.exist( s3 ), true ); | + | check("exist()", students.exist( s3 ), true ); |
| system("pause"); | system("pause"); | ||