Registry / messaging / cppzmq

cppzmq

JSON →
library4.11.0vcpkgunverified

Header-only C++ binding for ZeroMQ.

vcpkg install cppzmq
INSTALL
IMPORT
SIG · CPPZMQ
C
cppzmq
messagingcppv4.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

zmq.hpp
#include <zmq.hpp>

Basic usage of cppzmq

#include <zmq.hpp> #include <string> int main() { zmq::context_t ctx(1); zmq::socket_t sock(ctx, zmq::socket_type::req); sock.connect("tcp://localhost:5555"); return 0; }
Debug
Known issues
gotchacppzmq is header-only but requires linking against libzmq.
fix
Ensure libzmq is linked in your project.
affects: *
Upgrade
Version history
4.11.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

cppzmq — pip install cppzmq · libregistry