zum Beispiel:
Code: Select all
CString command;
command.Format(_T("My name is %s. im %d years old. my luck number is %d, I like %s"), _T("Alice"), 21, 3, _T("Java"));
Code: Select all
CString command;
command.Format(_T("My name is %s. im %d years old. my luck number is %d, I like %s"), _T("Alice"), 21, 3, _T("Java"));