Hello everyone.
Working with winsock, I have successfully been able to connect a client application to a server application that is running on the SAME computer.
My problem is, I cannot, for the life of me, get a client application to "connect" to a server application that is running on a seperate computer from that which the client application is running on.
Please note: I do NOT want to use LAN to be able to connect a client to a server running on different pcs, but rather, would like to connect to another pc running the server app over the internet.
Is there ANYONE who is able to tell me just how I would go about connecting a client to a server that is running on another pc?
Your help will be greatly appreciated.