search for: beginningtcp_cpp

Displaying 1 result from an estimated 1 matches for "beginningtcp_cpp".

2007 Apr 15
1
pthreads with Darwine Xcode template? (or Wine Windows message pump + sockets + threads sample)
...g/tutorials/pthreads/ Example Code - Pthread Creation and Termination But the code inside PrintHello does not appear to execute. Can you help me? What I really need is a way to handle multiple client sockets from code I'm writing using these two tutorials: http://www.codeproject.com/internet/beginningtcp_cpp.asp http://www.gamedev.net/reference/articles/article1059.asp so I was trying to write my own startThread function since I don't see the gamedev author's threading implementation. (I'm trying to write a server to run on Mac OSX that uses MS Window messages due to needing this library:...