By jamesling
via canaware.com
Submitted: Nov 22 2009 / 20:05
Converting an expression of a given type into another type is known as type-casting. There are several casting operators specific to the C++ language. These operators are intended to remove some of the ambiguity and danger inherent in old style C language casts: explicit conversion. These operators are: dynamic_cast, static_cast, const_cast and reinterpret_cast.



Add your comment