
windows
cloveroger
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
What is the best free memory leak detector for a C/C++ program and its plug-in DLLs
If you don't want to recompile (as Visual Leak Detector requires) I would recommend WinDbg, which is both powerful and fast (though it's n转载 2011-09-15 16:38:30 · 485 阅读 · 0 评论 -
给你的gui程序添加一个彩色的控制台
cConsole.h #pragma once class cConsole { private: CONSOLE_SCREEN_BUFFER_INFO m_info; FILE* m_file; HANDLE原创 2011-08-03 09:20:58 · 368 阅读 · 0 评论