Understanding protocols
Posted
by kronicali
on Stack Overflow
See other posts from Stack Overflow
or by kronicali
Published on 2010-05-22T20:21:55Z
Indexed on
2010/05/22
20:30 UTC
Read the original article
Hit count: 211
protocols
|network-protocols
Hi, guys need some insight here. I know the definition of a protocol, being new to this c++ programming is quite a challenging task.I am creating a Multi-threaded chat using SDL/C++, this is a learning experience for me and now i have encounter a hump in which I need to overcome but understanding it is a little more difficult than I had thought.I need to make a chat protocol of some sort, I think...but am stump. Up until this point i have been sending messages in strings of characters.Now that am improving the application to the point where clients can register and login, I need a better way to communicating with my clients and server.
thank you.
© Stack Overflow or respective owner