Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

C++ Bindings for OpenZL

Key Ideas

  • You must always be able to drop down to C
  • You must be able to progressively migrate from C to C++
  • It must depend only on the standard library
  • It must be C++11
    • the poly/ subdirectory contains polyfills for useful C++ standard containers.
  • It may only depend on public OpenZL headers