veikin

导航

2016年6月6日 #

c++指针随笔1

摘要: #include "stdafx.h"#include <iostream>#include <map>using namespace std;using std::map;class CA;typedef map<int,CA*> MAP;class CA {public: int a;};int 阅读全文

posted @ 2016-06-06 10:52 veikin 阅读(91) 评论(0) 推荐(0)