Question: : Are there any new intrinsic (built-in) data types?
Answer: August 19th, 2009 by sd | Posted in Uncategorized
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 VC++ FAQ’s And Interview Questions and Answers
Question:
: Are there any new intrinsic (built-in) data types? Answer:
August 19th, 2009 by sd | Posted in Uncategorized
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 VC++ FAQ’s And Interview Questions and Answers