C++ applets ?

Aug 21, 2010 at 11:55am
Impossible to write applets in C++ like in Java, or not?( eg. games )
Last edited on Aug 21, 2010 at 12:32pm
Aug 21, 2010 at 12:08pm
You mean like a GUI? possible..
Aug 21, 2010 at 12:57pm
I Think impossible--Because java Applets run on JVM which is cross-platform Visual Machine---While C++ program need to recompiled according to targeted System.---For example OS X user and Xp User can't run same varsion.

..Expert will finish.
Aug 21, 2010 at 1:10pm
I believe that the question was basically asking is it possible to create games, graphical interfaces and what not... The op probably has only coded in console and wants to do graphics
Aug 21, 2010 at 1:15pm
am not so familiar with java but i think Applet is a java web based game...(run in Browser)
Aug 21, 2010 at 1:20pm
Google say:Applet - a small program module that runs under the control of a larger application, typically a web browser.

but i think also in C++ Applets are called plug in
Aug 21, 2010 at 1:25pm
Microsoft labeled them as ActiveX objects.
Aug 21, 2010 at 2:40pm
I believe you can still write browser stuff in c++, its not impossible, but its definately not made for it, if you are planning on making browser based stuff use java
Topic archived. No new replies allowed.