摘要:
class b{ 81 public: 82 b(){ 83 str = new string [100]; 84 for(int i=0;i < 100;i ++){ 85 str[i] = "da"; 86 } 87 } 88 void go(){ 89 for(int i=0;i < 100;i ++){ 90 cout << str[i] << endl; 91 } 92 cout <<"end" << endl; 93... 阅读全文
posted @ 2013-10-07 12:04
demps_c
阅读(197)
评论(0)
推荐(0)
浙公网安备 33010602011771号