Advanced C++: Logic Constness and Bitwise Constness
This video discusses the difference between logic constness and bitwise constness, and how to solve the conflict between them.
Notes can be downloaded from:
79 views
123
37
9 years ago 00:07:33 60
Advanced C++: const
9 years ago 00:10:44 39
Advanced C++: Static Polymorphism
8 years ago 00:10:09 42
Advanced C++: Disallow Functions
8 years ago 00:07:53 480
Advanced C++: Static Initialization Fiasco
9 years ago 00:09:06 191
Advanced C++: const and Functions
9 years ago 00:09:56 132
Advanced C++: Struct Vs. Class
9 years ago 00:07:46 60
Advanced C++: Exceptions in Destructors
9 years ago 00:10:20 77
Advanced C++: Resource Managing Class
9 years ago 00:12:49 59
Advanced C++: Compiler Generated Functions
8 years ago 00:12:28 54
Advanced C++.Resource Acquisition is Initialization.
9 years ago 00:06:32 47
Advanced C++: Namespace and Keyword “using“
9 years ago 00:13:08 62
Advanced C++: Demystifying Operator new/delete
8 years ago 00:41:09 53
Advanced OOP (RU) - Immutable Objects (C#)
8 years ago 00:12:29 22
Advanced C++: Define Implicit Type Conversion
8 years ago 00:12:07 31
Advanced C++: Understanding rvalue and lvalue
8 years ago 00:04:11 54
Advanced C++: Virtual Constructor - Clone() Function
9 years ago 00:04:43 76
Advanced C++: Virtual Destructor and Smart Destructor
6 years ago 00:05:13 62
Advanced C++ Programming Tutorial 0 [Overview]
8 years ago 00:06:08 79
Advanced C++: Logic Constness and Bitwise Constness
8 years ago 00:20:17 56
Python3 Advanced Tutorial 9 - C Extensions
8 years ago 00:14:02 16
Advanced C++: All Castings Considered - Part II
9 years ago 00:08:03 83
Advanced C++: How to Define new Handler
8 years ago 00:09:41 19
Advanced C++: All Castings Considered - Part I
9 years ago 00:08:02 40
Advanced C++: Code Reuse - Inheritance vs Composition