What is C++ Language | Explain

c++ language,what is c++


Define:

  • C++ is the programming language of general purpose and the extension of the C language or we can say that C with the classes.

Versions:

  • There are five versions released of C++.
  1. C++ 98
  2. C++ 03
  3. C++ 11
  4. C++ 14
  5. C++ 17
c++ language,what is c++

Explain:

C++ 98:

  • C++ 98 is the first version of the language C++.With the basic data.The first and basic compilation code.

C++ 03:

  • Release in the 2003 with the introduction of the value initialization.

C++ 11:

  • This version is released in the 2011.The features it contained are : Introduction of Lambda expression.Delegating Constructors,Uniform initialization syntax,nullptr,Automatic type deduction and dectype,Revalue references e.t.c.

C++ 14:

  • Released in the year 2014.The new features introduce in this version are: Polymorphic lambdas,Digit separators,Lambda capture,Binary integer literals,variable templates,Quoted strings e.t.c.

C++ 17:

  • This version released in the year 2017.The new introductive features released in this version are: fold expression,u8 character literal,Hexadecimal float point literal,selection statement,inline variable e.t.c.

Note:

  • The new version going to be released in the year 2020.It was introduced by the Inventors that the new version with the name C++ 20 released in the year 2020.

Disclaimer:

  • If you find any error in the article or find any document missing then you can comment or contact us.Thank You!

Post a Comment

0 Comments