Learn C++ By Making Games
Couldn't load pickup availability
About this book
Learn C++ By Making Games by Laramee, Francois Dominic. paperback edition. ISBN: 9781584504559.
Learn C++ by Making Games teaches the fundamentals of C++ from a unique and fun perspective. Using game specific code and examples, the book helps anyone wanting to learn C++ progress from the basics to more advanced topics. As you learn C++, youll be putting the code and techniques into practice by programming a game project in each part of the book. The book begins with an introduction to the fundamentals of the C++ language, including the basic data types of the language. It then progresses further into creating and defining variables, basic mathematical operators, and the various loop structures at your disposal. Next, youll learn how to use functions to make code more readable and maintainable, along with techniques for breaking up source code into several files for readability. From there youll move to data structures and explore concepts such as using collections to store multiple copies of a data type. With these foundations of C++ firmly applied, youll be ready to learn the basics of pointers that youll need for all of your C++ programming. Next comes an introduction to object-oriented programming (OOP) concepts, including classes, objects, inheritance, virtual methods, and polymorphism. From there, reading and writing data files (serialization) are covered. The book concludes with an exploration of how to use the Simple DirectMedia Layer to display graphics and handle basic input, sound, linked lists, templates, along with a variety of more advanced topics, including using SDL to create a simple demo. This book is ideal for an introductory C++ course, or for anyone wanting to teach themselves C++ through the creation of game projects!
