Friday, 6 September 2013

Could C++ also be interpreted instead of compiled?

Could C++ also be interpreted instead of compiled?

I know that interpreting C++ code might not hold practical value and this
question is just for entertainment and learning purpose.
Is it possible to interpret C++ code statement by statement instead of
compiling it? Please also explain the reason for the answer.
If it is not possible, is there a subset of the language that can be
interpreted?

No comments:

Post a Comment