C++ binding
Package
C++ binding is in-tree component of ØMQ project.
Source Code
http://github.com/sustrik/zeromq2/tree/master/bindings/cpp
Build and installation
POSIX compliant platforms
Run configure step with --with-cpp option. During the install step, zmq.hpp header file will be installed to the include directory.
Windows
No special steps are needed to build C++ binding.
Documentation
Documentation is available online at:
http://api.zeromq.org/zmq_cpp.7.html
