摘要:
#include <iostream>#include <string>using namespace std;void main(){ //exp.1 string str[] = {"a","bc","def"}; string *strPtr = str; cout << "str[] is {\"a\", \"bc\", \"def\"}" << endl; cout << "s 阅读全文
posted @ 2011-02-22 15:02 alexkk2011 阅读(114) 评论(0) 推荐(0)