|
-
May 16th, 2008, 11:21 PM
#1
Thread Starter
Addicted Member
Question about Winsock
I've already read some of the FAQs regarding winsock and some of its uses in this forum, that It can make a simple peer to peer chat.
I'm wondering if the number of clients that will be joining in the server can really increase using an array because, I'm planning to build a simple quiz game (such as question and answer and puzzles) on a Multi player version, minimum of 4 players, but any of the 4 may create or may only join the game.
Can it be possible?
Thanks for the answers in advance! ^_^
-
May 16th, 2008, 11:31 PM
#2
Re: Question about Winsock
Yes it's possible. You can create a Control Array and dynamically load (and unload) Winsocks.
-
May 17th, 2008, 04:51 AM
#3
Thread Starter
Addicted Member
Re: Question about Winsock
Okay. Where should I start? Can you teach me?
Thanks!
-
May 17th, 2008, 06:20 AM
#4
Re: Question about Winsock
I (and other people) have posted code here a lot for accepting multiple connections with a Winsock array. Doing a "search titles only" search for "Winsock Multiple" in this forum will get you there.
Search links expire but if you see this soon enough it might work:
http://www.vbforums.com/search.php?searchid=1726441
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
|