What is C++ ?

  • It is an object-oriented programming language that can be used to create high-performance applications.
  • In 1985 C++ was developed by Bjarne Stroustrup as an extension of c program language.
  • It gives a programmer’s high level of control over system memory and resources.
  • This programming language is one of the world’s most popular language.
  • Nowadays it can be found in embedded systems, operating systems and Graphical User Interfaces.

  • C++ gives a clear structure to programs and allows code to be reused, lowering development costs because it is an Object-Oriented Programming language.
  • C++ is close to Java and C#, it makes easy for programmers to switch vice versa or C++.
  • It is used to develop browsers, games, operating systems and so on.

Sample Code

[pastacode lang=”cpp” manual=”%23include%20%3Ciostream%3E%0Ausing%20namespace%20std%3B%0A%0Aint%20main()%20%0A%7B%0A%20%20cout%20%3C%3C%20%22Welcome%20to%20Wikitechy%22%3B%0A%20%20return%200%3B%0A%7D%0A” message=”” highlight=”” provider=”manual”/]

Output

Leave a Reply

Your email address will not be published. Required fields are marked *