在对话框中添加一个EIDIT控件,ID号为 IDC_EDIT1 ,zhi[n]是要显示的数组,设长度为20
CString str; //显示匹配结果
for(int n=0;n<20;n++)
{
CString temp;
temp.Format("%d ",zhi[n]);
str=str+temp;
}
在对话框中添加一个EIDIT控件,ID号为 IDC_EDIT1 ,zhi[n]是要显示的数组,设长度为20
CString str; //显示匹配结果
for(int n=0;n<20;n++)
{
CString temp;
temp.Format("%d ",zhi[n]);
str=str+temp;
}