- 博客(2)
- 资源 (3)
- 收藏
- 关注
原创 操作注册表
// testreg.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include using namespace std; void createReg(LPCTSTR lpRun) { HKEY hKey; //LPCTSTR lpRun = _T("Softwar
2016-04-21 14:25:22
173
转载 cstring char* lpwstr 转换
从char*转换: char *chars = "Hello"; 从char*到string: string s(chars);从char*到CString: CString s(chars);从char*到String^: String ^s = gcnew String(chars); 从string转换
2016-04-21 14:01:27
297
《数据结构》习题答案
2010-03-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人