I have a C++ server and client code with zmq ( ZeroMQ ) lib. I would like to send integer values to the client.
I have read through the manual for zmq, but I have a problem sending anything else than a char array from the server to client.
Can anyone help me with the code? Thanks in advance.