C++核心准则Per.10:尽量依赖静态类型系统

Per.10: Rely on the static type system Per.10:尽量依赖静态类型系统   Reason(原因) Type violations, weak types (e.g. void*s), and low-level code (e.g., manipulation of sequences as individual bytes) make the job o
相关文章
相关标签/搜索