|
COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
|

Public Attributes | |
| string | major |
| string | name |
| int | number |
Definition at line 6 of file cp9.1list.cpp.
| string student::major |
Definition at line 9 of file cp9.1list.cpp.
Referenced by main().
| string student::name |
Definition at line 8 of file cp9.1list.cpp.
Referenced by main().
| int student::number |
Definition at line 10 of file cp9.1list.cpp.
Referenced by main().