Urgent - Simple Programme To Connect Application Via LAN

Hi,
I have a application running on one PC.
I want to connect to that application via C++(Preferably Modern C++).
I want to connect it via IP Address.

Please share a simple programme.
Well you cant expect to get someone to do the full code for you but what i can point you to is:
I have a application running on one PC.

as i understand you want to connect to the application from another pc? if so use
putty
or hand code the ssh protocol.

I want to connect to that application via C++(Preferably Modern C++).

does it allow to get connected to ?
if so what addresses store what data and can they be modified?

I want to connect it via IP Address.

As i said before putty (ssh program) or find a Tcp/Ip protocol written in c ++(preferably c) so that you can exchange data with the app
Topic archived. No new replies allowed.