re: 关于Debug和Release之本质区别 飞飞龙 2013-07-25 11:05
学习了
re: typeid详解 飞飞龙 2012-11-09 11:59
哎,最后来个“并且该表达式是一个基类的应用”,害我想了半天,应该是“并且该表达式是一个基类的引用”
re: COM 类工厂有必要存在吗 飞飞龙 2012-09-21 11:04
@坏
是啊,跨进程和跨网络,
http://blog.sina.com.cn/s/blog_86d10dc701014m2v.html
re: VC++ ADO 连接 mysql 飞飞龙 2012-09-14 23:11
学习了,多谢
re: CString、CTime和COleDateTime转换 飞飞龙 2012-09-12 11:32
学习了
re: MySQL查询所有的用户 飞飞龙 2012-09-11 22:23
学习了
误人子弟
int MultiByteToWideChar(
UINT CodePage, // code page
DWORD dwFlags, // character-type options
LPCSTR lpMultiByteStr, // string to map
int cbMultiByte, // number of bytes in string
LPWSTR lpWideCharStr, // wide-character buffer
int cchWideChar // size of buffer
);

int WideCharToMultiByte(
UINT CodePage, // code page
DWORD dwFlags, // performance and mapping flags
LPCWSTR lpWideCharStr, // wide-character string
int cchWideChar, // number of chars in string
LPSTR lpMultiByteStr, // buffer for new string
int cbMultiByte, // size of buffer
LPCSTR lpDefaultChar, // default for unmappable chars
LPBOOL lpUsedDefaultChar // set when default char used
);
学习了
re: 三字符组(三字符序列) 飞飞龙 2011-12-09 11:12
学习了