摘要: 作为一个C++程序员,一个简单例子更容易理解#include "stdafx.h"#include#ifdef _DEBUG#define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK,__FILE__,__LINE__)#else#define DEBUG_CLIENT... 阅读全文
posted @ 2014-08-29 11:12 for love@2014 阅读(289) 评论(0) 推荐(0)