Posted by [V3N0M] on Saturday, January 17, 2009
Labels:

What is C++? C++ is an high level language which was developed by Bjarne Stroustrup in 1985 at Bell Labs in America as an enhancement to the C programming language. C++ was developed to implement the concepts of ‘data abstraction’ one of the concept of classes which was not possible in C.

C++ is widely used in the software industry. Some of its application domains include systems software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and commercial C++ compiler software, including the GNU Project, Microsoft, Intel, Borland and others.

The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features. These all functions were not possible in C.

In my later tutorials I will discuss how to start basic programs in C++ along with its terminologies used in it till then stay tuned with V-LINKED.

[V-LINKED]

posted by V3N0M . ALL RIGHTS RESERVED .

Subscribe in a reader

0 comments: