123%

 CString  m_testString;

int  m_nTestInt=123;

m_testString.format("%d%%",m_nTestInt );

 

AfxMessageBox(m_testString);

//cout  :   123% 

你可能感兴趣的:(123%)