随笔分类 -  UNIX-LINUX C语言编程->异常收集

摘要:为了方便使用,我做了如下结构体的嵌套使用:struct operation{ int num; char name[100]; char owner[100]; char msg[100];};struct collect{ int num; char name[100]; char owner[1... 阅读全文
posted @ 2014-08-15 10:38 布兰姥爷 阅读(1165) 评论(0) 推荐(0)
摘要:问题:/usr/lib/gcc/i686-linux-gnu/4.4.5/http://www.cnblogs.com/http://www.cnblogs.com/lib/crt1.o: In function `_start':(.text+0x18): undefined reference to `main'collect2: ld returned 1 exit status解决:你的文件里找不到main函数,可能是main打错了 阅读全文
posted @ 2012-12-14 14:48 布兰姥爷 阅读(464) 评论(0) 推荐(0)