摘要: I. 内存分配问题 1. 变量未初始化。下面的程序在debug中运行的很好。 thing * search(thing * something) BOOL found; for(int i = 0; i field == something->field) { /* found it */ found = TRUE; break; } /* found it */ } if(found) retu... 阅读全文
posted @ 2007-10-30 19:00 能巴 阅读(369) 评论(0) 推荐(0) 编辑