<string.h> 是舊的C/C++標頭檔案,對應的是基於char*的字串處理常式; <string> 是包裝了std的C++標頭檔案,對應的是新的string類; <cstring> 是對應 ...
確定! 回上一頁