Wednesday, May 29, 2019

C ++ Language :: essays research papers

C++ program LanguageC++ is a universal programming language, which considerably eases and console the work of a professional programmer. Roundly, C++ is an enhancement of C programming language C++ offers flexible and effective tools of determination of new data types, which attend to programmer to split up his work into a number of easily controlled parts. Custom data types can be composed into rough objects (called classes), specified by the programmer. Such objects are simple and reliable to be used in the situations, when data types are hard to be defined on the stage of compiling. Programming by using such objects is called Object Oriented Programming, and C++ is one of the most popular OOP languages. Origin of C++ takes source from programming languages of C with Classes, which make believe been developing during early 80th at the AT&T Bell Labs. C with Classes has been used for big projects of modeling and testing of opportunities in programming, which required borderl ine of process memory and time. But C with Classes was not satisfying with its lack of virtual functions and links, and that is why the specialists borrowed some features and tools (like classes) from another programming language, Simula. The name C++ has been invented by Rick Mascitti in autumn 1983 it indicates an evolutional transformation from C to C++, because ++ symbolizes the function of increment in C. Since C++ must be classified as an lengthening of C programming language, it did not receive a name of a higher level group of languages, D. Early versions of C++ proved to be efficient for solving of growing complexity of the programming problems. Standard version of C++, released in 1998, includes the Core of the language and Standard Template Library, a special version of C Library. C++ presented a lot of new functions and opportunities for a programmer. First of all, those are features of managing with the classes, like constructors, virtual functions, or implementation of encapsulation, abstraction, polymorphism, and inheritance. Besides, C++ offers some improvements in the very programming operations, like using declarations, namespaces, function overloading, default arguments, function-like casts, run-time type identification, inline functions, and many others. Design of C++ is young and convenient, besides, C++ supports various programming styles (like OOP, data abstraction, etc.).The main advantage of C++ is its object orientation. Strategy of OOP helps to develop a great variety of software and to satisfy growing needs of modern programming.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.