Yeah. C++ is meant as a language to be compiled to native code. Running it interpreted (except maybe to quickly test something) kinda defeats the purpose. An implementation capable of what you want would probably just be Java or C#. What I'm trying to say is, use Java or C#.