摘要: 1 CString,int,string,char*之间的转换 string 转 CString CString.format("%s", string.c_str()); char 转 CString CString.format("%s", char*); char 转 string string s(char *); string 转 char * c... 阅读全文
posted @ 2010-01-13 12:37 真功夫 阅读(1796) 评论(0) 推荐(0) 编辑
摘要: Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components. It extends ATL (Active Template Library) and provides a set of classes for controls, dialogs, fra... 阅读全文
posted @ 2010-01-13 10:54 真功夫 阅读(782) 评论(0) 推荐(0) 编辑