Building a Game Server in C++ #6: A generic client
In this article I will build a generic client for my server to make testing easier. However, my real objective is to come up with a Client class that will be used by any client application. It should be able to encapsulate all the nitty gritty for the communication, without making any assumptions about specific…
