Speaking Applications
-
:) You can start from "here":http://developer.qt.nokia.com/doc/qt-4.7/examples-ipc.html :)
TCP /IP samples in "here":http://developer.qt.nokia.com/doc/qt-4.7/examples-network.html :)
-
No, they do not need to be hooked to the internet for that. The address 127.0.0.1 points to "this computer" ("localhost") on all machines. Note that there are even more alternatives, like shared memory, local sockets, and also more high-level alternatives like "QxtRPCPeer":http://libqxt.bitbucket.org/doc/0.6/qxtrpcpeer.html class.