摘要: http://www.cnblogs.com/chengmo/archive/2010/10/21/1856577.html 阅读全文
posted @ 2015-04-29 10:05 rldts 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 代码如下:其中ZJ::open_max返回系统允许的打开的文件的最大个数#include "util.h"#include // int close(int fd);#include int main(void){ const long opmax = ZJ::open_max(); ... 阅读全文
posted @ 2015-04-29 00:40 rldts 阅读(669) 评论(0) 推荐(0) 编辑
摘要: 其实我之前就遇到过这个问题,也强调过,GNU-G++在link阶段是依赖输入的.o或者.a文件的顺序的。如果顺序错误会导致undefined reference错误见这篇随笔:http://www.cnblogs.com/qrlozte/p/4137704.html刚才我遇到的问题是什么呢?代码de... 阅读全文
posted @ 2015-04-29 00:21 rldts 阅读(1096) 评论(0) 推荐(0) 编辑