摘要: 用以下程序查看错误代码的含义: #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h> int main() { int i=0; for(i=0;i<43;i++)//43及以后就木有了 print 阅读全文
posted @ 2019-12-11 23:29 castor_xu 阅读(621) 评论(0) 推荐(0) 编辑
摘要: 需要插件 需要插件 需要插件 说三遍, 管他重要不重要。 linux下安装的codeblocks默认是没有这个插件的: sudo apt-get install codeblocks-contrib 装好了以后才能去setting下设置。 阅读全文
posted @ 2019-12-11 18:38 castor_xu 阅读(348) 评论(0) 推荐(0) 编辑