|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: I need help - am I the right one?
Hello! I think you've got the wrong e-mail adress! I don't know how you are, and so you should check if your adress is correct. Thank you! ----- Original Message ----- From: Wyze Guy <one_wise_guy@Hotmail.com> To: <gameprogrammer@gameprogrammer.com> Sent: Wednesday, September 22, 1999 12:34 AM Subject: Re: I need help > Would I have to enter a new line for every player connection that signs up, > or could I just set a whole mess of sockets and leave them open. Please > ewplain. > Thank you, > Dwyzeguy > > > >From: Bob Pendleton <bobp@pendleton.com> > >Reply-To: gameprogrammer@gameprogrammer.com > >To: gameprogrammer@gameprogrammer.com > >Subject: Re: I need help > >Date: Mon, 20 Sep 1999 20:10:01 -0500 > > > >Learn socket programming in your favorite language. The basic APIs are: > >socket, bind, accept, connect, read, write, and close. You'll also need > >to either use multiple threads or learn to use the select API to handle > >multiple connections and asynchronous connections/disconnections. Not as > >hard as it may sound, but you really have to design for multiple players > >from the beginning. > > > > Bob P. > > > > > >Wyze Guy wrote: > > > > > > How the heck can you interface a game for on-line only playing. I've > >started > > > my project on my game and not only do i need an answer to this question, > >but > > > i need help. > > > Thanx, > > > Dwyzeguy > > > > > > ______________________________________________________ > > > Get Your Private, Free Email at http://www.hotmail.com > > > ================================================================= > > > To SUBSCRIBE or UNSUBSCRIBE please visit > > > http://gameprogrammer.com/mailinglist.html > >================================================================= > >To SUBSCRIBE or UNSUBSCRIBE please visit > >http://gameprogrammer.com/mailinglist.html > > > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > ================================================================= > To SUBSCRIBE or UNSUBSCRIBE please visit > http://gameprogrammer.com/mailinglist.html > > ================================================================= To SUBSCRIBE or UNSUBSCRIBE please visit http://gameprogrammer.com/mailinglist.html
|
|