Posted 2025-05-13Updated 2025-06-02a few seconds read (About 18 words)const修飾閱讀方法12char const* buffer; // const modifies charchar* const buffer; // const modifies * 參考:https://stackoverflow.com/a/7526298/22299707 const修飾閱讀方法https://jenhaoyang.github.io/uncategorized/9a6814cf006c/AuthorStevenPosted on2025-05-13Updated on2025-06-02Licensed under