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 ...
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 ...
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 ...
328 - cpp命名空间
C++命名空间🧑💻 UserIn this lecture, we’re going to see how we can create and use our own namespaces.And the namespace is really put in place to protect ...
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 ...
324 - Nested class
Cpp Nest🧑💻 UserIn this lecture, we’re going to learn about nested classes, and this is a feature we have in C plusplus to allow us to declare class ...
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 ...
329 - 跨文件命名空间
跨文件命名空间🧑💻 UserIn this lecture, we’re going to learn about namespaces across multiple files, and we are going tobe using three classes to illustrate ...
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 ...
331 - cpp内置命名空间
331 - C++内置命名空间🧑💻 UserIn this lecture, I want to raise your awareness on builtin namespaces, which is something we havebeen using all along without ...