312 - cpp 友元函数详解
C++ 友元函数详解🧑💻 UserIn this lecture, we’re going to learn about friend functions.Friend functions are a facility we have in C plus plus to let externa ...
320 - cpp成员常量 pre cpp17
C++成员常量🧑💻 UserIn this lecture, we’re going to see how to model static, constant member variables.If we don’t have access to a C plus plus 17 compil ...
318 - inline static variable
318 - Inline Static Variable🧑💻 UserIn this lecture, we’re going to learn about inline static member variables, and these are static membervariables ...
313 - friend of class
313 - Friend of Class🧑💻 UserIn this lecture, we’re going to learn about friend classes and friend classes are a facility.We have to give external c ...
306 - cpp 初始化列表构造函数详解
## C++ 初始化列表构造函数详解🧑💻 UserIn this lecture, we’re going to learn about initializer list constructors, and these are constructorsthat are used to init ...
323 - cpp静态成员函数
C++静态成员函数🧑💻 UserIn this lecture, we’re going to learn about static methods or static member functions.And these are functions that are attached to ...
319 - Class Const
Class Const🧑💻 UserIn this lecture, we’re going to learn about static constants.And this is going to be a byproduct of what we have learned about in ...
322 - Different Type Members
Different Type Members🧑💻 UserIn this lecture, we’re going to explore the situation when we are setting up a class, but it has membervariables of ot ...
330 - cpp 默认全局命名空间与作用域运算符
C++ 默认全局命名空间与作用域运算符🧑💻 UserIn this lecture, we’re going to learn about the default global namespace, and this is nothing otherthan what you have out ...
325 - 类内成员初始化
类内成员初始化🧑💻 UserIn this lecture we’re going to look at in class member initialization.And this is a facility we have in C plus plus to control how me ...