Thursday, 28 November 2013

Filled Under:

INTRODUCTION OF C++

INTRODUCTION OF C++:

c++ pronounced as (see plus plus) it is programming language that is use for general purpose . c++ is high level programming language. it is developed by Bjarne Stroustrup at Bell Labs.c++ is the one of the most popular language . it is basic programming language . it contain all basic concept. before c++ language nobody can not learn any other language.
c++ programming language
c++ programming language
it is most papular language for graphical application.that is run in window and Macintosh environment. c++ inherits the c's syntax. in c language we use the printf() function for the display the value but in c++ we use cout<<"" for display the function .so we can say that there is minor difference between c and c++. in c++ we use the library iostream for example:

Example:

 #include<iostream>
main
{

cout<<"programming logic";

}

Note:

so we use visual stdio environment for c++ as compiler there is many other compiler e.g turbo c and borland c but visual stdio most famous environment.
so viewers we see the all c++ basic  concept and syntax in detail with example so wait for my next post so best of luck ....:)




0 comments:

Post a Comment