随笔分类 -  编译编译器

编译原理 gdb g++ gcc makefile
摘要:gdb -O2 will cause, when debugging, some variable can not be print,we will see "optimized out"dont use the -O2 option, every thing will be fine, but a... 阅读全文
posted @ 2015-03-20 20:01 孙永杰 阅读(482) 评论(0) 推荐(0)
摘要:// apuesunyj.h#ifndef APUE_SUNYJ#define APUE_SUNYJ#include #include #include #include #include #include void err_quit(const char *fmt, ...);void err_s... 阅读全文
posted @ 2015-02-10 17:46 孙永杰 阅读(205) 评论(0) 推荐(0)
摘要:转载于刘未鹏文章http://blog.csdn.net/pongba/archive/2003/10/24/19130.aspx 阅读全文
posted @ 2011-01-04 17:42 孙永杰 阅读(120) 评论(0) 推荐(0)
摘要:转载http://blog.csdn.net/FocusOnACE/archive/2010/06/05/5649343.aspx0xcdcdcdcd - Created but not initialised0xdddddddd - Deleted0xfeeefeee - Freed memory... 阅读全文
posted @ 2010-12-30 16:49 孙永杰 阅读(99) 评论(0) 推荐(0)