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

Public Attributes | |
| string | code |
| string | lecturer |
| string | name |
Definition at line 8 of file user_commands.cpp.
| string Course::code |
Definition at line 9 of file user_commands.cpp.
Referenced by Courselist::add().
| string Course::lecturer |
Definition at line 9 of file user_commands.cpp.
Referenced by Courselist::add(), and Courselist::show().
| string Course::name |
Definition at line 9 of file user_commands.cpp.
Referenced by Courselist::add(), and Courselist::show().