|
-
Jul 17th, 2008, 07:26 PM
#1
Thread Starter
Frenzied Member
[2005] How Sockets Work? Server/Client?
Hello, i have been searching google and MSDN i still do not understand how Sockets work. How do i make a program that is multiplayer? What's with the Server/Client? Do i need to make two different programs one server then a bunch client to give to each user? How do the sockets work? How do i set up sockets?
Please provide examples. Of a simple multiuser application.... Or how sockets are referenced/used.
-
Jul 18th, 2008, 03:15 AM
#2
Re: [2005] How Sockets Work? Server/Client?
A socket is merely a defined IP address and port number which can then be used to transmit data with. The codebank forum here has a few examples of client/server apps. One of those can be found here: http://www.vbforums.com/showthread.php?t=390875
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|