Instead of LPTSTR raw pointers, you may want to use CString (available in both ATL and MFC). Instead of using raw C arrays, use STL's std:: ...
確定! 回上一頁