C++

You are viewing an old version of this entry, click here to see latest version.

HaXe코드를 C++ 애플리케이션으로 컴파일 할 수 있습니다.
The C++ target is new so expect this page to become more complete as the target matures.

자세한 정보는 Getting started with Haxe/C++를 읽어보세요..

독립 실행형 exe를 패키징하는 것에 대해서는 hxcpp 소스 트리에서 "ExampleMain.cpp"를 참조하세요.

Haxe vs. C++

  • HaXe는 플래시 애플리케이션을 데스크탑용으로 재구성 할 수 있습니다.
  • HaXe는 자동으로 낮은 수준low level의 레벨 메모리 문제를 해결해주고 크로스 플랫폼 개발을 간단하게 해줍니다.
  • 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.

튜토리얼


C++ 라이브러리는 C++ 뿐만 아니라 Neko 라이브러리를 기반으로 합니다. Neko Tutorials도 읽어보세요.
version #14086, modified 2012-05-21 00:27:33 by nlovej