C++ is a Highlevel Language Which perform in a DOS (Disk Operating System )Platform .Many Compiler Use In C++,like Borland,Turbo.Turbo compiler is a best compiler.C++ is a Independent Platform Languge.So
Many Application Prepared by using C and C++.In C++ We use Cin for Input and Cout for Output.First we should know that C++ is a Object oriented Programming Language.Object Oriented Programming::-A type of programming in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure. In this way, the data structure becomes an objectthat includes both data and functions. In addition, programmers can create relationships between one object and another. For example, objects caninherit characteristics from other objects.
To perform object-oriented programming, one needs an object-orientedprogramming language (OOPL). Java, C++ and Smalltalk are three of the more popular languages, and there are also object-oriented versions ofPascal.
#include<iostream.h> file is must including in C++ Programmes
#include<conio.h>---For stop the Screen
First C++ Programme::-
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr(); //For clear screen
cout<<"\n\n\n\n\n\nWelcome";
//where \n ----For line breaking
Getch();
}
Thank You
Blog By::-Rajesh Patel
Dr.C.V.Raman University Bilaspur (C.G.)
E-mail::-Rajesh.patelp3034@gmail.com
No comments:
Post a Comment