|
PPL Assignment
IRM2015006
|
#include "boy_type.h"#include "../girls/girl.h"#include "../gifts/gift.h"#include <iostream>#include <vector>

Go to the source code of this file.
Classes | |
| class | Boy |
Functions | |
| bool | compareOnAttractiveness (Boy *b1, Boy *b2) |
| bool | compareOnIntelligence (Boy *b1, Boy *b2) |
| bool | compareOnRichness (Boy *b1, Boy *b2) |