首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

WHCAR没法转化LPWSTR //下面为啥不行?

2013-09-06 
WHCAR无法转化LPWSTR //下面为啥不行???WCHAR path[512]LE:/data/tool/data_process/singer_big_picture

WHCAR无法转化LPWSTR //下面为啥不行???


WCHAR path[512]=L"E:/data/tool/data_process/singer_big_picture";
strstring(path,L"Image.jpg") 

bool strstring(LPWSTR *ParentString,LPWSTR *SubString) 
{

}

[解决办法]
bool?strstring(LPWSTR?ParentString,LPWSTR?SubString)?
{
?????
}

热点排行