Since 4/14/2012 3:13:41 AM, james167 has written 0 articles and participated in 0 conversations. james167 signature: james167
james167's articles:
Items(1) /1
Explicit Type Conversion and Simple Type Specifiers1137 (1/29/2010 5:47:37 PM) comp.lang.c++.moderated According to C++03 (5.2.3/2, expr.type.conv):
"The expression T(), where T is a simple-type-specifier (7.1.5.2) for
a non-array complete object type or the (possibly cv-qualified) void
type, creates an rva... James