the sound of nature

music c++ linux Qt4 .net Mingw

 

2006年3月23日

模板类的实现小技巧

摘要: 模板类和普通的类是有区别的,最主要的就是模板类的实例化问题。 所以呢最好是模板类的定义和模板类的实现放在一起。如果真的要不放在一起可以有以下两种解决办法:将 .cpp 文件include进 来第二: 在模板类的定义文件加上显式实例化。test.h templateclass Temp{};显示实例化: template Temp; template Temp; template Temp; 阅读全文

posted @ 2006-03-23 20:23 host of nature 阅读(302) 评论(0) 推荐(0) 编辑

windosw 下 安装 eamcs

摘要: Installing Emacs on Windows 95/98/2K/NT/ME/XP People have successfully installed emacs (version 21.3) on Windows 95, 98, 2K, NT, ME, and XP using the instructions below. Follow these steps to download... 阅读全文

posted @ 2006-03-23 17:20 host of nature 阅读(530) 评论(0) 推荐(0) 编辑

2006年3月22日

C++ STL(标准模板库) 学习资源列表

摘要: C++ STL(标准模板库) 学习资源列表 作者:Winter来源: 最优秀的STL学习网站 C++ STL(标准模板库) 学习资源列表 1 STL网站类 2 STL书籍类 3 STL 技术文章类 STL以其独特的魅力得到越来越多的程序员钟爱,STL彻底封装复杂的数据结构,提供丰富灵活的程序接口,同时还能保证程序的运行效率。上次整理的STL技术文章列表得到许多朋友的捧场,这里整理更全面的STL学习... 阅读全文

posted @ 2006-03-22 18:29 host of nature 阅读(5984) 评论(0) 推荐(0) 编辑

导航