Creating desktop application in c++?

Hi,
I'm newbie in c++
I need to create desktop application to control mobile remotely.
But i've no idea about how to get started.
All i have is platinum SDK.
Any help would be appreciable
The first thing is deciding what exactly you need to do, and how you're going to do it. The programming stuff comes after.
What exactly i want to do is create a desktop application which will be used for communicating with devices or pcs in LAN Netwok by ip address

And to be frank and honest with you, i really don't know how i'm going to do it

Some advices would be grateful
Thanks
You need sockets. Read this:

http://msdn.microsoft.com/en-us/library/windows/desktop/ms740506%28v=vs.85%29.aspx

There are several examples how to use it and references to other function you need (like recv, send, etc)
Topic archived. No new replies allowed.