
C/C++
文章平均质量分 81
ly21st
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
模板成员函数为什么不能是虚函数
转自: http://blog.csdn.net/jcwkyl/article/details/3771059 《Thinking in C++》volume 2第五章有这么一句话: Member template functions cannot be declared virtual.Current compiler technology experts to be able t转载 2014-11-13 09:43:00 · 338 阅读 · 0 评论 -
定义5种数据结构
* This file defines five types of data structures: singly-linked lists, * lists, simple queues, tail queues, and circular queues. * * * A singly-linked list is headed by a single forward pointer. The翻译 2014-11-13 09:28:52 · 447 阅读 · 0 评论