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 ...
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 ...
333 - 匿名命名空间文件私有
333 - 匿名命名空间文件私有🧑💻 UserIn this lecture, we’re going to learn about anonymous namespaces.And these are namespaces that don’t have explicit names in ...
332 - cpp using声明命名空间冲突
332 - C++ Using声明命名空间冲突🧑💻 UserIn this lecture, we’re going to learn about using declarations.And this is a facility we have in the C plus plus prog ...
338 - cpp Build
338 - C++ Build🧑💻 UserIn this lecture, we’re going to revisit our C plus plus compilation model.Along the way, we’re going to see that we can split ...
334 - cpp Nested
334 - C++ Nested🧑💻 UserIn this lecture, we’re going to learn about nested namespaces.And this is a facility we have in the C plus plus programming ...
335 - NameAlias
335 - NameAlias🧑💻 UserIn this lecture, we’re going to learn about namespace aliases.And this is a facility we have in the C plus plus language to s ...
343 - cpp链接属性翻转
342 - C++链接属性翻转🧑💻 UserIn this lecture, we’re going to see how we can flip linkage properties associated with names in ourC plus plus program.For ex ...
339 - cpp 声明与定义
C++ 声明与定义🧑💻 UserIn this lecture.We’re going to zoom in on the declarations and the definitions in your C plus plus code.And we’re going to think ab ...