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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -