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

Public Member Functions | |
| int | add (string code, string name, string lecturer) |
| void | show (string code) |
Public Attributes | |
| int | count = 0 |
| Course | courses [MAX] |
Definition at line 12 of file user_commands.cpp.
|
inline |
Definition at line 15 of file user_commands.cpp.
References Course::code, count, courses, Course::lecturer, MAX, and Course::name.
Referenced by main().

|
inline |
Definition at line 24 of file user_commands.cpp.
References count, courses, Course::lecturer, and Course::name.
Referenced by main().

| int Courselist::count = 0 |
Definition at line 14 of file user_commands.cpp.
Definition at line 13 of file user_commands.cpp.