Building a Game Server in C++ #2: Let there be Code
In the previous article of this series, I brainstormed about what my game server should look like. In this one, I will try to put all (or most) of that into code. The goal for this phase is to make a very basic version that: Warming up That said, let’s start with main(): Pretty straightforward:…
