+ 1
What is c++
2 Réponses
+ 10
really!! u dont know.. okay..here the ans
C++ is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation
+ 3
Adding on to @SD’s answer:
It combines the flexibility and speed of low level data manipulation with the large standard libraries commonly associated with high level languages. It is very similar to C but loaded with features that make it less obnoxious to use.
It’s so close to C that C code can usually be used in a C++ program with no problem.