+ 3
Is it C++ a high our low level programming language?
4 odpowiedzi
+ 8
Both. C++ has integrated two radical concepts in one language.
1. Capability of being low-level and performance-oriented which what C offers (like memory management, inline assembly instructions, etc.).
2. Object-oriented programming which emphasizes the importance of being easier for large-scale software systems to develop by concentrating on reusability of pre-made building blocks to produce new systems.
These make the C++ language one of the difficult languages to learn and if you're coming from a higher level language, you'd probably having a tough time to learn that two-headed beast! ;D
+ 2
Ok thanks to everyone!
+ 1
Its a high level programming language,but you could use it to make low level programs..
+ 1
middle language