QAbstractItemModel
我在安装kscope时,在make时,报错: cd core && make -f Makefile make[1]: 正在进入目录 `/home/likunlun/下载/kscope-1.9.4/core' Makefile:…
求ffmpeg有关libavformat,libavcodec等静态库的使用
程序很简单 #include "libavformat/avformat.h" int main() {       av_register_all()       return 0 } …
error: config.h: No such file or directory
gcc编译一个c程序文件 里面有个预编译宏 #include<config.h> gcc之后 就会提示 error: config.h: No such file or directory 急 求教…
想问个好像从来没人问的问题!linux c 接口随内核升级更新了吗?
本帖最后由 tlocean 于 2011-06-09 15:46 编辑 各位高手:         希望这个问题不是很菜,我平时是要用到Linux C库函数接…
求助:如何解决storage size isn’t known错误
初学linux 环境编程 仿着写了个简单的小程序 头文件都包含了,但gcc 报了如下错误 error: storage size of ‘timebuf’ isn’t known 很奇怪 求高手相…
关于socket通讯问题
我们用JAVA写了一个TCP SOCKET服务端程序,在WINDOW或则LINUX下的TELNET工具测试,都是正常的。 接入方,用LINUX写了一个客户端程序,进行通讯的时候…
我在ubuntu中编译The Linux® Kernel Primer中的hellomod例子为什么不行
本帖最后由 qihuasoft 于 2011-06-10 11:46 编辑 // hellomod.c  // hello world driver for Linux 2.6#include <linux/module.h>#inclu…
while(1)循环外面的代码什么时候会调用,请高手指教
本帖最后由 snowboy9859 于 2011-06-13 09:43 编辑 经常看到有些模型如下 ....... ptr = malloc(...) fd  = open(...) ... while(1) { ... }…