摘要:
先看一段代码:Java代码#include<cstddef>#include<cstdio>#include<iostream>usingnamespacestd;classTestSS;classTestStaticMember{public:staticTestSS*ssptr;};TestSS*TestStaticMember::ssptr=NULL;classTestSS{private:intversion;public:TestSS(){version=1;cout<<"TestSSconstructor..."& 阅读全文
posted @ 2013-06-07 18:08
最初的天堂
阅读(352)
评论(0)
推荐(0)
浙公网安备 33010602011771号