C++primer 7.3.3节练习

练习7.31

class X{
   Y *ptr;
};

class Y{
    X elem;
};

 

posted @ 2017-08-07 13:30  五月份小姐  阅读(191)  评论(0编辑  收藏  举报