Language of C/C++
C++ is arguably the mother of modern-day object oriented programming.
It is known for it's speed and portability:-
- It is faster than most other languages -- it's speed almost depends solely on machine speed and quality (optimal level) of code.
- It's source code can be compiled on almost any machine -- it has a very large machine support base.
C/C++ is a strongly typed language; with a strict syntax; but you have to manage memory
and collect garbage yourself.
Plus, C/C++ has a wide range of libraries to build on..
Uses of C/C++ ranges from light-weight modules, extensions for other programming languages, to very
heavy-weight applications, Web-building and Graphics, and Gaming.
Here, we have written all our daemonstrations
in CPlusPlus.