+ 1

What is c++?

Say

26th Dec 2016, 8:03 PM
Nikkita bharti gupta
Nikkita bharti gupta - avatar
4 Answers
+ 3
C++ is a programming language. A programming language is a language to which you can program the computer. English, Hebrew, Polish, Arabic are all Natural languages, a child when growing up in his/her home picks one or more of these natural languages as its Mother tongue. Likewise a computer at heart is only capable of speaking at heart with 1's and 0's, what is called bits (BITS-> Binary DIGITS), any computer at the most basic understand combinations of these bits. But instructing the computer as below 101000011 111000 1100011 11000011 is tedious and hard. So the idea of programming languages came up, with what is known as a compiler and a language type close to English, one is free from the specific machine language each computer speaks and knows, and is free to instruct and interact with the computer via the program language which is later turned into machine language. So a program language intuitively is a language we can use to talk to the computer without having to understand its own native language.
26th Dec 2016, 8:25 PM
JENN
JENN - avatar
+ 1
C++ is a multi paradigm programming language created in 1979 by Bjarne Stroustrup based on the C programming language. Your best bet for information on it is to check Wikipedia, which will provide much more info than most answers you can get here. https://en.m.wikipedia.org/wiki/C%2B%2B
26th Dec 2016, 8:25 PM
Nemo
+ 1
Right
27th Dec 2016, 4:39 AM
Nikkita bharti gupta
Nikkita bharti gupta - avatar
0
Love uhh baby..
27th Dec 2016, 6:10 PM
Debashish Kumar
Debashish Kumar - avatar