随笔分类 -  C/C++学习笔记

最简单的int数组
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--/*FileName:Array.h*Author:Lupin*Description:Asimplearraywithiteratorforint*/#ifndefARRAY_H_#defineARRA... 阅读全文
posted @ 2006-03-18 22:49 Lupin 阅读(1009) 评论(0) 推荐(0)
关于“undefined reference to”错误
摘要:这两天在Linux下用Eclipse编数据结构,还有试用CPPUNIT,总是遇到一个错误,就是“undefined reference to [function name]”。找了很久,终于发现是在写makefile的疏忽所致。出错的时候是这样的:Code highlighting produced by Actipro CodeHighlighter (freeware)... 阅读全文
posted @ 2006-03-18 21:40 Lupin 阅读(55115) 评论(3) 推荐(0)