C++ PROGRAMMING
After the invention on 'C' there are lots of the changes came in programming world but at the name security C language fails ,then there is need of new Language which has security in the programming
C++ programming language is far better than 'C' programming language .It is like dad of 'C'.
In C++, classes are used to which makes program secured & encrypted , 'C' has lack of security thats why C++ (c plus plus)is invented in early 1980s by Bjarne Stroustrup at AT&T Bell lab.He decided to extend the language by adding features from his favorite language,Simula 67.Simula 67 was earliest object oriented language.
This is also called "C with classes"
list of operating system contains C++
Ios (C,C++,Objective C)
Android(C,C++,Java)
Windows Phone(C++, .Net)
Symbian(C++)
Simple C++ program
#include<iostream.h>
void main()
{
cout<<"You are into C++";
}
Instead of stdio.h C++ uses iostream.h as main header file of I/O library function.
cout used for print something into quotes .
Thank you for visiting....................
0 comments:
Post a Comment