cppzmq

Header-only C++ binding for libzmq messaging library

brewmacoslinux
Try with needOr install directly
Source

About

Header-only C++ binding for libzmq

Commands

cppzmq

Examples

Include cppzmq headers in a C++ project to use ZMQ with modern C++$ brew install cppzmq && cat /usr/local/include/zmq.hpp
Verify cppzmq installation and check header files location$ brew list cppzmq
Compile a C++ program using cppzmq headers with libzmq$ g++ -I/usr/local/include myprogram.cpp -o myprogram -lzmq