百合文库
首页 > 网文

什么都没有(8)

2023-11-13 来源:百合文库
PP=PP midd;
unicode=unicode-unicode/16*16;
midd.Format("%d",unicode);
midd=tentosixteen(midd);
PP=PP midd; //这是最后结果
m_unicodehex=PP;
UpdateData(false);
}
}
CString CUnicodeDlg::tentosixteen(CString ten)
{
if(ten=="10")

什么都没有


ten="A";
if(ten=="11")
ten="B";
if(ten=="12")
ten="C";
if(ten=="13")
ten="D";
if(ten=="14")
ten="E";
if(ten=="15")
ten="F";
return ten;
}

什么都没有


猜你喜欢