*** CDlg::AAA()
{
  *** *a,b;
 int c; c=m_checkbox.GetCheck();
 *a=itoa(c,*a,10); 
 b="aaa"+*a;
 
 return b; 
}高手帮忙定义一下类型,改造一下,要能正确返回字符串b  *^_^*