You could use sockets or pipes as well.
You could use sockets or pipes as well.
I know about QTcpSocket, but does Qt have support for pipes? I'd prefer a cross-platform solution.
Software Engineer
tcp sockets then. the assistant works this way (there is an example or two in qt about this subject).
If both applications run on the same machine I'd recommend the shared memory solution. Alternately you could also use files, or the already mentioned sockets and pipes.
Bookmarks