C++ Online

I've looked around but I can't find an example of an online C++ application. Something that runs in a browser like an applet.

I'm sure there was mobile phone support for C++ game applications so there must be some for browser applications.
Anyone know?
I didn't know you could run C++ online...
C++ is not meant to write applets, there are some C++ interpreters but this is not what C++ is meant for
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#.
Hmm... can't argue with that I suppose.
Topic archived. No new replies allowed.