摘要:
C++单链表操作 #ifndef __LINKEDLIST_HPP__ #define __LINKEDLIST_HPP__ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 extern C { int exit(int); }; //单链表结点类定义 template //结点数据域data的类型以参数 (模板)形式提供 c... 阅读全文
随笔档案-2007年7月31日
[原创]林锐推荐的经典c++书籍
2007-07-31 11:17 by Virus-BeautyCode, 796 阅读, 收藏, 编辑
摘要:
[Cline] Marshall P. Cline and Greg A. Lomow, C++ FAQs, Addison-Wesley, 1995 [Eckel] Bruce Eckel, Thinking in C++(C++ 编程思想,刘宗田 等译),机械工业出版社,2000 [Maguire] Steve Maguire, Writing Clean Code(编程精粹,姜静波 ... 阅读全文
[转载]引导C++初学者走进ACM
2007-07-31 09:52 by Virus-BeautyCode, 1080 阅读, 收藏, 编辑
摘要:
原帖及讨论:http://bbs.bc-cn.net/dispbbs.asp?BoardID=56&ID=156807 */ --------------------------------------------------------------------------------------*/ 出自: 编程中国 http://www.bc-cn.net*/ 作者: 一番宝瓶 ... 阅读全文