new features of ansi c++ standard

Introduction -: The ANSI C++ standard add several new features to the original c++ specification. Some are added to provide better control in certain situation other are added for providing convenience to c++ programmers. The important features are here as like 1 . New data type Bool wchar_t 2. New Operators const_cast static_cast dynamic_cast reinterpret_cast … Read more