Answers

Question and Answer:

  Home  Basic C++ Syntax

⟩ Do you know what are the new features that ISO/ANSI C++ has added to original C++ specifications?

New Data types:

- bool

- wchar_t

New operators

- const_cast

- static_cast

- dynamic_cast

- reinterpret_cast

- typeid

Class implementation

- Explicit constructors

- Mutable members

Namespace scope

Operator keywords

New keywords

New headers

 204 views

More Questions for you: