Introduction to Game Programming with C++ explores the world of game development with a focus on C++. This book begins with an explanation of the basics of mathematics as it relates to game programming, covers the fundamentals of C++, and describes a number of algorithms commonly used in games. In addition, it discusses several libraries that can help you manage graphics, add audio, and create installation software so you can get started on the path to making both 2D and 3D games. With this book: Understand the basics of programming in C++, including working with variables, constants, arrays, conditional statements, pointers, and functions. Learn how to use the ClanLib library to make 2D games. Discover how the OGRE graphics library can be used to im...