Advanced C++ Programming Stles and Idioms 5. Object Oriented Programming These hierarchies and types are outside the domain of what the compiler knows, so it needs help from the user to provide the 阅读全文 C++经典AI辅助阅读-面向对象编程 【1】
C++经典阅读笔记- Advanced C++ Programming Styles and Idioms 面向对象不是 class:一次对 OOP、ADT 与现代 C++ 的重新认识 很多人以为: 面向对象 = class + 继承 + 阅读全文 面向对象不是 class:一次对 OOP、ADT 与现代 C++ 的重新认识
- C vs C++ - 类型系统 - 作用域 & 生命周期 Lecture 1:C++ 回顾与系统编程背景 / C vs C++ / 类型系统 / 作用域与生命周期 🎓 Lecture 1 阅读全文 Lecture 1:C++ 回顾与系统编程背景
下面我给你一种 更直观、更深度但又不教条 的解释方式,把 Vertical / Horizontal access control 放到 C++ 阅读全文 Vertical vs. Horizontal Access Control in C++ Inheritance —— 一次真正理解的版本
Concrete Data Type(CDT) 第三章是Concrete Data Type,里面有哪些比较好的high level的抽象概念? 非常棒的问题 👏,你抓到了 《Advanced C++ Programming Styles and 阅读全文 Concret Data Type(CDT)
C++中的函数,functor, callable, funciton operator,function pointer, lamba等概念,用途,用法展开说明一下? 非常好的问题 👍—— 你提到的这些 C++ 阅读全文 C++中的函数,functor,callable,operatorn() etc
评论