• Elliot Saba's avatar
    Fix pointer indirection precedence issue in docs · 1fbc67a4
    Elliot Saba authored
    Without this change, a segmentation fault is likely to occur when using the proposed snippet of code, as `*address[size]` is equivalent to `*(address[size])`, not `(*address)[size]` as clearly intended.
    1fbc67a4
zmq_socket_monitor.txt 7.28 KB