Please enable JavaScript.
Coggle requires JavaScript to display documents.
Effective C++ (Object Creation,Destruction,Copying :star: (Virtual…
Effective C++
Object Creation,
Destruction,
Copying :star:
-
-
-
-
-
-
-
-
-
-
-
Implementations :star:
-
Minimize Casting
-
-
reinterpret_cast
: low-level cast (int to ptr, etc)
-
-
-
-
-
-
-