Or

Code:
    CString csText;
    Int iPoints = 5; 

    csText.Format("You got %d points", iPoints);

    MessageBox("csText");