Computer Science, asked by captionAmerica, 1 year ago

Define c++ in 150 words ?

Answers

Answered by Hãπdík
3
C++ is a general-purpose object-oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of the C language. It is therefore possible to code C++ in a "C style" or "object-oriented style." ... A few of the essential concepts within the C++ programming ...
inbox me for more info...
Answered by Prashant24IITBHU
0
C++, pronounced "C plus plus," is a programming language that was built off the C language. The syntax of C++ is nearly identical to C, but it has object-oriented features, which allow the programmer to create objects within the code. This makes programming easier, more efficient, and some would even say, more fun. Because of the power and flexibility of the language, most software programs today are written in C++.


The purpose of C++ is to precisely define a series of operations that a computer can perform to accomplish a task like manipulating numbers and text, but anything that the computer can physically do can be programmed in C++. Computers have no intelligence- they have to be told exactly what to do and this is defined by the programming language you use. Once programmed they can repeat the steps as many times as you wish at very high speed. 
Similar questions