CString a = "abc"; CString b = "def"; And int c = 5; I want to display "abc05def". However, this code blow doesn't work. a.Format("%s%02d%s" ...
確定! 回上一頁