摘要:
Exception Handling Stack around the variable was corrupted 内存越界将会导致这个异常出现,例如如下代码: void Reset(void * pv){ if (pv) { double * pd = reinterpret_cast<double *>(pv); *pd = 0.0; ... 阅读全文
posted @ 2013-02-07 14:19 Roger Luo 阅读(206) 评论(0) 推荐(0)