Game From Scratch C++ Edition Part 5
This section is going to be a bit of overkill for a simple pong game, but in a game of any greater complexity this is a task you are going to encounter eventually. You see, until now we have just been declaring all the various bits and bobs ( really technical term there […]