随笔分类 - 编译编译器
编译原理 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...
阅读全文
摘要:// apuesunyj.h#ifndef APUE_SUNYJ#define APUE_SUNYJ#include #include #include #include #include #include void err_quit(const char *fmt, ...);void err_s...
阅读全文
摘要:转载于刘未鹏文章http://blog.csdn.net/pongba/archive/2003/10/24/19130.aspx
阅读全文
摘要:转载http://blog.csdn.net/FocusOnACE/archive/2010/06/05/5649343.aspx0xcdcdcdcd - Created but not initialised0xdddddddd - Deleted0xfeeefeee - Freed memory...
阅读全文