2015年4月27日

delete 指针

摘要: #includeusing namespace std;class human{public: human(){cout<<"构造";} int can(){x=4; return x;}private: int x;};int main(){(1) human *p=new human; (2)d... 阅读全文

posted @ 2015-04-27 15:22 矮油~ 阅读(807) 评论(0) 推荐(0)

导航