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 ...
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 ...
329 - 跨文件命名空间
跨文件命名空间🧑💻 UserIn this lecture, we’re going to learn about namespaces across multiple files, and we are going tobe using three classes to illustrate ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...