經安全檢測,此網站為安全網站,請放心前往原始網址!

MFC | C++ and VC++ Tips

Posts about MFC written by Sanoop S P ... void FormatString() { CString str; str.Format(_T("%s"), _T("Hello world!")); //Hello world! str.Format(_T("Integer - %d"), 123); //Integer - 123 char temp1 = 'a'; str.Format(_T("Character - %c"), temp1); //Charact

vcpptips.wordpress.com

網址安全性掃描由 google 提供