码迷,mamicode.com
首页 > 其他好文 > 详细

我也不知道我到底在干什么之——girlfriend类

时间:2015-05-31 18:26:41      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:c++   cpp   数据      编程   

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;
};


我也不知道我到底在干什么之——girlfriend类

标签:c++   cpp   数据      编程   

原文地址:http://blog.csdn.net/blue_skyrim/article/details/46290441

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!