j
k
j a
j l
boost::asio::ip::tcp::iostream sockStream("1.2.3.4","5000"); <...> sockStream.connect ("1.2.3.4", 5000 ); <...> What am I doing wrong?
Compare the 2 above expressions - pay attention to the qutation marks: "5000".
Back to the thread
Back to the list