大家快来 日 啊!!!100分!!!!!!!
以下代码,bRet为何总是False??
CMap<LPCSTR,LPCSTR,int,int> mapTest;
mapTest["shit"]=1;
mapTest["f uck"]=2;
CString strKey="shit";
int ivalue;
BOOL bRet=mapTest.Lookup(strKey,ivalue);//日他 奶奶的,bRet老是返回False,如果改成mapTest.Lookup("f uck",ivalue);就返回对了,可我不起写死啊!!!!