07 2011 档案

摘要:看Intel 汇编语言程序设计(第五版)时说可以使用visual studio进行汇编开发和编译,但visual studio 系列工具没有相应的汇编模板。经过研究发现可以手工修改,添加拥有《Intel 汇编语言程序设计(第五版)》的作者写的Irvine库的汇编模板工程:首先安装《Intel 汇编语言程序设计(第五版)》的库下载地址为http://kipirvine.com/asm/files/IrvineLibHelp.exe,安装到Microsoft Visual Studio 9.0的安装目录下。打开Microsoft Visual Studio 9.0\VC\vcprojects\,拷 阅读全文
posted @ 2011-07-12 22:07 麦峰强 阅读(2500) 评论(0) 推荐(0) 编辑
摘要:Programming memory leaks in C or C++ is easy. Even careful programming often cannot avoid the little mistakes that finally end up in your program having a memory leak. Thankfully, however, there are plenty of helpful tools that assist in finding leaks as early as possible.One especially helpful tool 阅读全文
posted @ 2011-07-12 17:41 麦峰强 阅读(388) 评论(0) 推荐(0) 编辑