LUN par vajo...................
C++ is a compiled language, not an interpreted language.
C++ is generally a compiled language.
C++ is conventionally regarded as a compiled language, however there's nothing in the language itself that prevents it from being interpreted.
It isn't. Many years ago, there were preprocessors that compiled from C++ to C, but this is outdated now.
C is a high level language that is compiled into machine language for specific system. The system implements some sort of state machine that can process the compiled machine language. In VHDL you have to design the statemachine itself. Furthermore VHDL is compiled into logic primitives that could be built by logic gates which itself could be realized with transistors. C is a programming language. VHDL is a hardware description language.
Lisp is both compiled and interpreted language.
Compiled.
All compilers were not written in C. Some are written in Assembly Language.
The c compiler in Windows converts the binary code from source files. C is a compiled programming language and it needs to be converted for the program to run.
High Level Compiled Language
Interpreted.
Any C++ application that makes use of classes cannot be compiled in C since C is not an object-oriented programming language. The code may be altered to eliminate the classes, but if the classes are designed with complex hierarchies then the transition could prove quite difficult to implement.