girlfriend.h
class girlfriend
{
public:
    string name;
    int age;
    face look;
    string education_background;
protected:
    void making_food(boyfriend &me);
    void go_shopping(boyfriend &me);
    void watching_movie(boyfriend &me);
    void share_happiness(boyfriend &me);
    void encourage(boyfriend &me);
    void accept_interests(boyfriend &me);
    family engagement(boyfriend &me);
    child marry(boyfriend &me);
private:
    double weight,high;
};原文地址:http://blog.csdn.net/blue_skyrim/article/details/46290441