C++ Online

Dec 8, 2009 at 3:25pm
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?
Dec 8, 2009 at 5:34pm
I didn't know you could run C++ online...
Dec 8, 2009 at 7:23pm
C++ is not meant to write applets, there are some C++ interpreters but this is not what C++ is meant for
Dec 8, 2009 at 9:58pm
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#.
Dec 9, 2009 at 12:09pm
Hmm... can't argue with that I suppose.
Topic archived. No new replies allowed.