Memory layout of a process.
Memory layout of a process.
Revisit Static Cast and Dynamic Cast
From a low level perspective.
Class Size, Alignment and Padding
Stop defining/declaring member variables in random order.
Exploring vtable internals.
In C++, a dependent name refers to a name (e.g., a type, variable, function, or template) whose meaning depends on a template parameter.
The term “most vexing parse” was first used by Scott Meyers in his 2001 book Effective STL.
Today, while reading a book by Bjarne Stroustrup, I came across an interesting C++ fact that I hadn’t known before.
Construct Thread Objects With Member Functions
Start a new thread with static/non-static member functions.