A First Course in Game ProgrammingMost of today's commercial games are written in C++ and are created using a game engine. Addressing both of these key elements, Programming 2D Games provides a complete, up-to-date introduction to game programming. All of the code in the book was carefully crafted using C++. As game programming techniques are intro
Out of date book wants you to convert from char to LPSTR...
It doesn't matter what compiler you use, this book is asking for the impossible. You cannot convert from char to LPSTR and therefore you cannot use tis book.