C++ (11) 썸네일형 리스트형 Compiler vs Interpreter Compiler High-level language(Source code) → Machine Language(Executable) Therefore, running executable file does not require compiler to be installed. Pros Because they can see all the code up-front, they can perform a number of analyses and optimizations when generating code that makes the final version of the code executed faster than just interpreting each line individually. Compilers can oft.. 이전 1 2 다음