摘要: //********************************************************// 模块:数字转换为中文大写// 编写:黄建雄 2003-09-02//********************************************************#include "stdafx.h"static char *unit1[] = { "拾", "佰", "仟" };static char *unit2[] = { "万", "亿&q 阅读全文
posted @ 2011-10-14 10:52 Tbeck 阅读(242) 评论(0) 推荐(0) 编辑
摘要: ///////////////////////////////////////////////////////////////////////////////// Convert a TCHAR string to WCHAR string. // Caller must release the memory of pwszOutput by calling delete[] pwszOutput.///////////////////////////////////////////////////////////////////////////////HRESULT ConvertTChar 阅读全文
posted @ 2011-10-14 10:49 Tbeck 阅读(359) 评论(0) 推荐(0) 编辑