Is it C++ a high our low level programming language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is it C++ a high our low level programming language?

8th Nov 2018, 7:27 AM
Diogo Pinto
Diogo Pinto - avatar
4 Answers
+ 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
8th Nov 2018, 8:16 AM
Babak
Babak - avatar
+ 2
Ok thanks to everyone!
8th Nov 2018, 8:18 AM
Diogo Pinto
Diogo Pinto - avatar
+ 1
Its a high level programming language,but you could use it to make low level programs..
8th Nov 2018, 7:58 AM
Mensch
Mensch - avatar
+ 1
middle language
8th Nov 2018, 2:51 PM
Vector Supercell
Vector Supercell - avatar