- Добавил: literator
- Дата: 10-04-2025, 19:53
- Комментариев: 0

Автор: Matthew Ventures
Издательство: CRC Press
Год: 2025
Страниц: 214
Язык: английский
Формат: pdf, epub (true)
Размер: 14.6 MB
Get Into Game Dev: Tech Interview Tactics is a crash-course on how to pass a game development technical interview. It’s designed to guide intermediate and experienced coders through the depth and rigor necessary to land some of the most highly sought-after roles within interactive media. Unlike generic interview-prep books, GIGD maintains a laser-focus on game development to directly prepare candidates for roles like technical designer and gameplay engineer. Topics include 3D maths, programming fundamentals, and software design patterns. The author provides high quality instruction and practice problems based on his experience as a professional instructor and developer. The Chapter 3 will provide a broad sampling of several C++ topics, focusing on areas that are most targeted in technical interviews. Like the rest of this book, it’s only a starting point or reference guide and not an exhaustive education. You are strongly advised to study through Seth Meyer’s Effective C++ series and watch talks from CppCon. C++ is often called “C with classes”. C++ added a lot of object-oriented thinking to C and the distinction is commonly explored in interviews through asking candidates to compare the “malloc” and “new” keywords.