English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-11-28 05:04:57 · 21 answers · asked by Anonymous in Computers & Internet Programming & Design

21 answers

C++ is a general-purpose programming language with high-level and low-level capabilities. It is a statically typed, free-form, multi-paradigm, usually compiled language supporting procedural programming, data abstraction, object-oriented programming, and generic programming.

C++ is regarded as a mid-level language. This indicates that C++ comprises a combination of both high-level and low-level language features.

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. it can get complicated

2007-11-28 05:09:06 · answer #1 · answered by Jessie is a Hardy fan 6 · 4 0

c++ (pronounced C Plus Plus) is a programming language that stems from an older programming language called C.

The ++ indicates that it is C with added features (++ in programming is usually used to increment a number so c++ would be c+1 ie a higher version). The main feature is its object orientated design.

Although it is an old language it is still widely used. Many programs you are probably currently running will have been written using it (including Microsoft Windows and Linux)

2007-11-28 05:11:23 · answer #2 · answered by Anonymous · 3 0

C++ Is a "C" Object Oriented Programming Language
Where "C" comes from as follows: Before C, there was Basic Control Programming Language , BCPL, .It was called as "B".Then an enhanced version of B was developed. So it was named as C, then C++ followed, an extension of C by adding some enhancements to C language.

Now for what Object-Oriented Programming (OOP) means,
that is a whole days explanation

check this site for tutorials if interested
http://www.cplusplus.com/doc/tutorial/

2007-11-28 05:17:03 · answer #3 · answered by Ash_Jx 4 · 0 1

It's the name of a mid programming language. It was called C with classes, renamed C++ in 1983.

2007-11-28 05:09:49 · answer #4 · answered by jaffacake 3 · 3 0

It's a programming language.

2007-11-28 05:07:43 · answer #5 · answered by Anonymous · 2 0

It is a programming language.
C++ means the ancestor C plus number of new elements adds to it. The new or the plus in c are object oriented feature of the language.
C is just function oriented PL which doesn't give emphasis to data. So one of the new element you have is class, inheritance, polymorphism, encapsulation (which is not new) etc.

2007-11-28 05:18:29 · answer #6 · answered by fek 1 · 0 1

the only way that you can understand C++ is if you know incremetation and decrementation ok then C is the old verstion of C++ incremetation means adding some features to the C language while incremetation in C++ means incrementing some value or updating
all and all this is Fully updated C language by an
thanks for asking
this is Ajeeni (freind of billgates)

2007-11-28 05:36:04 · answer #7 · answered by Anonymous · 0 1

My Very Good New Car Sounds Creepy I didnt know if you needed the carolina part too if not Very Soon My Great Noon the so in soon will help you remember south as will the no for north carolina

2016-03-15 02:01:41 · answer #8 · answered by Barbara 4 · 0 0

C++ is an object-oriented programming language used for writing software.

2007-11-28 05:09:10 · answer #9 · answered by Crash 3 · 2 0

c++ (pronounced "see plus plus", IPA: /ˌsiːˌplʌsˈplʌs/) is a general-purpose programming language with high-level and low-level capabilities. It is a statically typed, free-form, multi-paradigm, usually compiled language supporting procedural programming, data abstraction, object-oriented programming, and generic programming.

2007-11-29 21:21:58 · answer #10 · answered by kunnu 3 · 0 0

fedest.com, questions and answers