摘要: linux 系统获得当前文件夹下存在的所有文件 scandir函数和struct dirent **namelist结构体 1、引用头文件#include<dirent.h> struct dirent **namelist;int itotalfile;itotalfile = scandir(f 阅读全文
posted @ 2017-11-09 12:46 the_tops 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: 目前,在做的一个程序,编译完后,运行发现报错说找不到自己编译生成的动态库文件,很尴尬;;;果断查资料解决,捎带复制一篇写的比较完善的文章, 地址:http://www.cnblogs.com/wiessharling/p/3431753.html 原文内容如下: Linux下找不到动态链接库 1、生 阅读全文
posted @ 2017-11-09 11:35 the_tops 阅读(4090) 评论(0) 推荐(0) 编辑