我正在尝试获取计算机名称,但获取的文本格式不正确。我的电脑名称是“text-06”。但得到的结果是“ÊK ÿÿÿÿ”
TCHAR compName[40];
if(GetComputerName(compName,(LPDWORD)&size)!=0)
wsprintf(text,("\nComputer Name : %s "),compName);
wsprintf(text,("%s"),compName);
TiXmlText * textcompnm = new TiXmlText(text);
elecompnm->LinkEndChild( textcompnm );