C++ Syntax Question: Download Basic C++ Syntax PDF

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

Tweet Share WhatsApp

Answer:

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

Download Basic C++ Syntax PDF Read All 27 Basic C++ Syntax Questions
Previous QuestionNext Question
Explain what are the Sizes and ranges of the Basic C++ data types?What is C strings syntax?