We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41bea6 commit 09f0972Copy full SHA for 09f0972
1 file changed
section4/zmq.cpp
@@ -1,5 +1,7 @@
1
// Copyright (c) 2020 by Chrono
2
//
3
+// sudo apt-get install libzmq3-dev
4
+//
5
// g++ zmq.cpp -std=c++14 -lzmq -lpthread -o a.out;./a.out
6
7
#include <iostream>
0 commit comments