Click to See Complete Forum and Search --> : C++ Applets


hax0rz
December 9th, 2006, 01:22 PM
What would you use to create an applet program in c++. In java you would use the extenda applet statement and create a html file to execute it. Is it the similar process for creating applet programs in c++? If not, could you explain it?

Calculator
December 9th, 2006, 01:38 PM
C++ has nothing analogous to a java applet, and efforts to make something silimar to one would end up with you making something like an interpreter or a virtual machine most likely. Many concerns with doing something like this.