study is okshuchao.blog.chinaunix.net
malcolm_ok
全部博文(53)
2012年(1)
2011年(25)
2010年(16)
2009年(11)
sciencew
格伯纳
浪花小雨
yangpeng
andycrus
cjw0306
pppStar
zehn_w
yunzhuiy
wenwenha
分类: LINUX
2010-11-14 15:00:38
#include<iostream> using namespace std; template <typename T> class testClass { public: static const int _test1=5; static const long _test2=3L; static const char _test3='c'; }; int main(int argc, char *argv[]) { cout<<testClass<int>::_test1<<endl; cout<<testClass<int>::_test2<<endl; cout<<testClass<int>::_test3<<endl; }
上一篇:Ubuntu 10.04 安装scim-google输入法
下一篇:使用VIM- 自动补全
chinaunix网友2010-11-16 15:28:40
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com
登录 注册