This question I'm working with many years but did not ever find the answer.. Here plz tell me why C++ is different from other such oops. Here I also need to know that why it's made what was the porpose to make it even though many such Programs were there?
Why C++ is different from all other programes like java, Fox pro.. What's the basic difference, Why it's made?
Well, Java is actually based on C++, as well as PHP. C++ is a very basic and powerful programming language, in fact, Linux Operating System is made entirely of C++.
If humans are made from a union of sperm and egg, it's the same as C++ is the beginning of most programs and programming languages.
The history of C++ goes like this. Stroustrup began work on C with Classes in 1979. The idea of creating a new language originated from Stroustrup's experience in programming for his Ph.D. thesis. Stroustrup found that Simula had features that were very helpful for large software development, but the language was too slow for practical use, while BCPL was fast but too low-level and unsuitable for large software development. When Stroustrup started working in AT%26amp;T Bell Labs, he had the problem of analyzing the UNIX kernel with respect to distributed computing. Remembering his Ph.D. experience, Stroustrup set out to enhance the C language with Simula-like features. C was chosen because it is general-purpose, fast, portable and widely used. Besides C and Simula, some other languages which inspired him were ALGOL 68, Ada, CLU and ML. At first, the class, derived class, strong type checking, inlining, and default argument features were added to C via Cfront. The first commercial release occurred in October 1985.[2]
In 1983, the name of the language was changed from C with Classes to C++, since classes are 'one more thing' than C had (++ being the increment operator in C and C++).[citation needed] New features were added including virtual functions, function name and operator overloading, references, constants, user-controlled free-store memory control, improved type checking, and BCPL style single-line comments with two forward slashes (//). In 1985, the first edition of The C++ Programming Language was released, providing an important reference to the language, as there was not yet an official standard. In 1989, Release 2.0 of C++ was released. New features included multiple inheritance, abstract classes, static member functions, const member functions, and protected members. In 1990, The Annotated C++ Reference Manual was published. This work became the basis for the future standard. Late addition of features included templates, exceptions, namespaces, new casts, and a Boolean type.
As the C++ language evolved, a standard library also evolved with it. The first addition to the C++ standard library was the stream I/O library which provided facilities to replace the traditional C functions such as printf and scanf. Later, among the most significant additions to the standard library, was the Standard Template Library.
Reply:Evevery programing language follows some syntax/rules and they have differnet compiling and interpreting feature. They also have different set of data types, statements and other things. On these basis they are different from each other. Some of them are more different. eg: C++ and FoxPro while Java and C++ have very much similar syntax
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment