CString s("abc"); char a=s.GetAt(2);GatAt(n) 中的n 是从0开始的!
CString s("hello");char c = s[2];
字符变量应该是数组,可以用sprintf(字符变量名,(LPCTSTR)字符串变量名);