|
PPL Assignment
IRM2015006
|

Go to the source code of this file.
Enumerations | |
| enum | GirlNature { choosy, normal, desperate } |
| enum | BoyType { attractive, rich, intelligent } |
| enum BoyType |
enum for the type of boy the girl seeks
| Enumerator | |
|---|---|
| attractive | |
| rich | |
| intelligent | |
Definition at line 12 of file girl_type.h.
| enum GirlNature |
enum for the nature of a girl
| Enumerator | |
|---|---|
| choosy | |
| normal | |
| desperate | |
Definition at line 5 of file girl_type.h.