我是MFC的新手.我正在尝试做简单的mfc应用程序,我在某些地方变得混乱.例如,SetWindowText有两个API, SetWindowTextA,SetWindowTextW一个API需要char *和另一个接受wchar_t *.
SetWindowText
SetWindowTextA
SetWindowTextW
char *
wchar_t *
有什么用的char *和wchar_t *?
c c++ string
c ×1
c++ ×1
string ×1