why we use c++ instead of c--?
Answers
Answered by
1
C++ is an object-oriented language, but it can also be procedural (very much in the way of C). Both for usage with other languages as well as C++. In C++ different compilers use different name mangling so consumers of a library compiled with a different compiler from the library might have issues using it.
Similar questions