osx - TCP client in MAC using C++ -


To send data to server written in node, trying to write C ++ code for client part of TCP socket I am here. I can get it on the Windows platform, though it is difficult to do this on Mac OS, for MAC OS, any help / code in C ++ for client TCP socket is highly appreciated.

Since I do not know which area you are experiencing, perhaps the best suggestion is a platform Use an independent C ++ library so that you have only one need for it to compile it to work on Mac and windows.

I'm not sure what's there, but I knew this:

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -