Using C instead of C++, can anyone link me to a for-dummies example of simple peer-to-peer connections in C? I want to make a program that can send and receive simple variables on a peer-to-peer network. Thanks!
That is simple. Thanks! Is there anything that is platform independent and can send and receive data regardless of the operating system? Sending variables from Linux to Windows, for example?