History of C++ Language and top application Which are designed in C++.

C++ Language is High level Language. The working of C++ is started in 1979 from "C with Classes" by Bjarne Stroustrup a Danish Computer Scientists. In 1983 "C with Classes" name changed into C++. It was originally developed from C language.
In 1998 the Standardised version of C++ came into market.
C++ language is easy to learn. There are many feature in C++ language. It was basically designed for Operating System and embedded devices. C++ language is Object Oriented Language.
There are Some advantages of C++ language:

  • Object Orientation
  • Polymorphism
  • Inheritance
  • Classes
  • Abstraction
  • Virtualisation
  • Easy to understand
  • Machine Independence
  • Overloading
  • Exception Handling
  • Encapsulation
  • Well Structured Language
  • Constructor and Destructor
C++ language can be also used for Application development.
It is used for operating system and hardware embedded devices. There are many Application which are developed in C++ Language.
List of Application Developed in C++ language:
  • Some Pages of Google
  • Adobe Photoshop
  • Microsoft Visual Studio
Operating System Developed in C++ language:
  • Window 2000, Window XP, Window 7 and Window 8
  • Google Chrome OS
  • Apple Mac
Others:
  • Intel Processor
  • Mozila fire fox
  • Google Chorme
  • Safari
  • Opera
  • Facebook
  • YouTube
  • Oracle and MySql Database
C++ language Compiler/Software:
  • For Beginner Borland C++ is best software for learning C++.
  • For Graphical working Visual Studio is best Software.
  • Visual C++ Compiler
  • Turbo C++
  • Code Blocks
  • Dev C++
C++ languages is mostly used now in the technology world. It give more protection of your Data.
Some basic Syntax of C++ language.
//iostream and conio are header file in C++ language. The are many standard library in C++ language.

#include <iostream.h>
#include <conio.h>
void main()
{
cout<<"Welcome to C++"<<endl;
getch();
}

Post a Comment

Total Pageviews