摘要:
http://blog.csdn.net/historyasamirror/article/details/5778378 阅读全文
摘要:
1. 检测有无内存泄漏,可以在代码后添加_CrtDumpMemoryLeaks(),也可使用_CrtSetDbgFlag(_CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) | _CRTDBG_LEAK_CHECK_DF)在代码的任意地方 添加后再output窗口可输出泄漏信息。 阅读全文
摘要:
参考 https://github.com/ludx/The-Lost-Art-of-C-Structure-Packing 阅读全文