cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Urgent - Simple Programme To Connect App
Urgent - Simple Programme To Connect Application Via LAN
May 8, 2017 at 10:54am UTC
bhawnablogs
(3)
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.
May 8, 2017 at 1:14pm UTC
globaltourist
(201)
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
May 8, 2017 at 3:08pm UTC
coder777
(8444)
See boost asio examples:
http://www.boost.org/doc/libs/1_64_0/doc/html/boost_asio/examples/cpp11_examples.html
Topic archived. No new replies allowed.