I've created this project for our project to wrap czmq in C++. The current ZMQ wrappers don't use CZMQ and don't implement the ZAP crypto handlers.
https://github.com/darkwallet/czmqpp See examples/. It doesn't have everything but the core basics are there. Wherever possible I try to be consistent and not innovate on top of the CZMQ API. Return values are still ints and you can use the CZMQ API with CZMQ++ by calling self() on the objects to return the underlying pointer. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
