Targeting C++

You can compile HaXe code into a C++ application. The C++ target is new so expect this page to become more complete as the target matures.

For more information see Getting started with haXe/C++.

For packaging a standalone exe see "ExampleMain.cpp" in the hxcpp source tree.

Haxe vs. C++

* HaXe allows you to remap your flash applications to the desktop.
* HaXe automatically deals with low level memory issues, and makes cross platform development simple.
* HaXe allows you to change the backend web language without significant code changes, so it is easy to setup with php haXe and then migrate to neko and then c++ as a site becomes successful enough to justify a dedicated server.

Tutorials


The C++ library was based on the Neko library so many of the Neko Tutorials apply to C++ as well.
version #10958, modified 2011-09-09 13:34:03 by adnez