Re: Network Question For Beginners
First off what IDE are you using? It's different linking in each one. Also when you write client/server software the whole idea is that you are writing the software that is going to communicate. It doesn't need to be running on a designated server or client box, you are writing the software that will make the box run as a client or server. Therefore you can just put some server software that you write on your dad's box, and some client software on yours and you will be able to communicate. The simplest example to get started with is probably just an echo server.
|