Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 429 Bytes

File metadata and controls

8 lines (5 loc) · 429 Bytes

C++ Reference Code

The C++ reference code is used to first implement the features before it is translated to Java code. It's easier to first write the code in C++ as better code completion, type checking etc. is available for the native APIs.

The C++ code contains less error checking, less test cases and does not cover all features.

  • MacOS (for use with Xcode)
  • Windows (for use with Visual Studio)