Can anyone explain to me the compilers and what compiles means? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone explain to me the compilers and what compiles means?

20th Sep 2016, 12:04 PM
Koo jo
Koo jo - avatar
2 Answers
+ 2
the compiler translate human code (c++ here) in machine code (asm), asm is after converted to binary, so the "human code" is said as "high level" language but There is differents levels, for exemple c++ is pretty low (closer to the machine) wich is good but make it harder to learn where forme exemple python ils vert High (closer of human) wich make it really easy to learn/code but make it slower than C/C++ and have less possibilities. (sorry for my english btw)
20th Sep 2016, 2:01 PM
Cryorca
Cryorca - avatar
0
Yes. a compiler is a program that translates a high-level language into a low-level language (such as machine code).
20th Sep 2016, 12:05 PM
David Wührer
David Wührer - avatar