33:动态内存的传递
摘要:
1 #include <iostream> 2 using namespace std; 3 4 class Base 5 { 6 private: 7 char*name; 8 public: 9 Base(char* className) 10 { 11 name=new char[strlen 阅读全文
posted @ 2016-03-09 23:12 h3iß3n 阅读(90) 评论(0) 推荐(0)
posted @ 2016-03-09 23:12 h3iß3n 阅读(90) 评论(0) 推荐(0)