BSTR、char*和CString转换 (转)
摘要: 五、BSTR、char*和CString转换 (1) char*转换成CString 若将char*转换成CString,除了直接赋值外,还可使用CString::Format进行。例如:char chArray[] = "This is a test";char * p = "This is a test"; 或LPSTR p = "This is a test"; 或在已定义Uni...
阅读全文
posted @
2009-06-05 17:22 3D入魔 阅读(51) |
评论 (0) 编辑
VC系统扫雷游戏外挂源代码程序下载(转帖
摘要: VC系统扫雷游戏外挂源代码程序下载(转帖)2008-03-04 10:25经过了多次测试写出了历史上第一个有点意义的MFC程序。效果差强人意。^_^CODE:// CrackWinmineDlg.cpp : implementation file//#include "stdafx.h"#include "CrackWinmine.h"#include "CrackWinmineDlg.h"#if...
阅读全文
posted @
2009-06-04 14:08 3D入魔 阅读(248) |
评论 (0) 编辑