Pages

Men

rh

12/18/2012

Are there any new intrinsic (built-in) in VC++


Yes. The ANSI committee added the bool intrinsic type and its true and false value keywords.
Other apparent new types (string, complex, and so on) are implemented as classes in the Standard C++ Library rather than as intrinsic types

No comments :

Post a Comment