C++ applets ?

Impossible to write applets in C++ like in Java, or not?( eg. games )
Last edited on
You mean like a GUI? possible..
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.
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
am not so familiar with java but i think Applet is a java web based game...(run in Browser)
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
Microsoft labeled them as ActiveX objects.
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.