cast in c++
static_cast<>():
dynamic_cast<>():
reinterpret_cast<>(): Allows any pointer to be converted into any other pointer type. Also allows any integral type to be converted into any pointer type and vice versa.
const_cast<>():
Notes of an amnesiac.
Never stop thinking.
Find an aesthetic description.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home