Saturday, December 26, 2009

C++98: Cast Operators

Although, static_cast, dynamic_cast, reinterpret_cast, and const_cast all look like templates; they are not. They are operators.
Reference: C++ Common Knowledge by Stephen C. Dewhurst. Addison-Wesley, 2005., p. 210.

No comments:

Post a Comment