带有 const 标签的文章 SearchConst Correctness in C++2023-06-01constcppcs106lnoteprogramming-languagesoftware-engineeringstanfordThis is a note for Lecture 8, CS106L, Spring 2023.Type Safety and std::optional in C++2023-05-31constcppcs106lnoteprogramming-languagesoftware-engineeringstanfordtype-safetyThis is a note for Lecture 14, CS106L, Spring 2023.static_cast and const_cast in C++2023-05-30constcppcs106lnoteprogramming-languagesoftware-engineeringstanfordThis is a note for Lecture 8, CS106L, Spring 2023.const and constexpr in C++2023-03-24constcppprogramming-languageIn this blog post, I will list the various uses of const in C++.