c++ - How to get "server console" -
i write server application has read in of users commands still outputting new events during read in. should e.g. minecraft server console. tried things nothing worked , i'm out of ideas.
check out
http://www.amazon.com/pocket-socket-programming-kaufmann-practical/dp/1558606866
this great guide learning sockets.
i start simple tcp listener example in book.
you'll want server listen socket, read (parse) user commands, , respond accordingly.
if you're not tied c++, can pretty darn perl/python/ruby or c#.
Comments
Post a Comment