Help C++ - Reading and writing packets
#6
You need to write your own bytebuffer class. Basically it needs the operations already mentioned - append data to the end of the buffer, read from the beginning, rewind the read to the beginning again, and erase from the beginning. It's fairly simple to do this.
Reply
Thanks given by: PCPlayerLV


Messages In This Thread
RE: Help C++ - Reading and writing packets - by xoft - 10-01-2019, 05:14 AM



Users browsing this thread: 2 Guest(s)