Remoting in Windows

Hey everyone,

How do I implement remoting in Windows with C++? My aim is to establish a network between two different applications and send data from the client to the server based on events triggered by the client.
Hi junfan!
Use Windows Sockets to make c++ application.
Topic archived. No new replies allowed.