What is C++
C++ is a Object-Oriented programming language . it was developed by Bjarne Stroustrup AT&T Bell Laboratories in USA in 1985. We can say that it is enhanced version of C.in C language we add an Increment operator and it becomes C++. it is also called C with New Classes. that's why many C program also similar with C++.Important thing is that C++ adds Classes , Inheritence, Overloading,Operator Overloading Polymorphism etc it's make C++ really a Powerful and Object-Oriented Language.
it allows to programmers to develop large program with clarity and with efficiency of C.
Application of C++
- Windows OS
- Google Applications
- My SQL
- Many Webbrowsers like Mozilla Firefox
- Bloomberg
- Callas etc.
Program of C++
include <iostream>
using name space std;
int main()
{
cout<<"C++ is Object Oriented Programming language ;
}
Compiler of C++
- Eclipse
- Code::Blocks
- GNAT
- Codelite
- TCPP
- Dev++
- NetBeans
- C++ Builder
Note
All ANSI C++ programs should be include using namespace,
std directive.
C++ program created using any text editor.
std directive.
C++ program created using any text editor.
No comments:
Post a Comment