Haxe Code Cookbook

hxcpp

Overview of Haxe code snippets, examples and tutorials tagged with hxcpp.

  • Jun 20, 2019 Other /

     server multi-threading hxcpp

    This write-up was inspired by this stack overflow question. While I've worked with sockets before, I wanted to prototype a Haxe HXCPP socket server leveraging secure SSL connections.‥

  • Jan 23, 2024 Other /

     externs hxcpp

    This page covers the differences and use cases of the three main pointer types; cpp.ConstRawPointer and cpp.RawPointer, cpp.ConstPointer and cpp.Pointer, and cpp.Star.‥