Learn C++ for Game Development Sutherland Bruce
1. Beginning C++Part 1: Procedural Programming 2. Writing a Guessing Game with C++ Types 3. Creating Calculators with Operators 4. Beginning C++ Game Development with Arrays 5. Functions, the Building…
Specifikacia Learn C++ for Game Development Sutherland Bruce
1. Beginning C++Part 1: Procedural Programming 2. Writing a Guessing Game with C++ Types 3. Creating Calculators with Operators 4. Beginning C++ Game Development with Arrays 5. Functions, the Building Blocks of C++ 6. Making Decisions with Flow Control 7. Organizing Projects Using Files and NamespacesPart 2: Object Oriented Programming 8. Object-Oriented Programming with Classes 9. Controlling Data with Access Modifiers 10. Building Games with Inheritance 11. Designing Game Code with Polymorphism 12. Copying and Assigning Data to ObjectsPart 3: The Standard Template Library 13. The STL String Class 14. STL Array and Vector 15. STL List 16. STL's Associative Containers 17. STL's Stack and Queue 18. STL's Bitset 19. Using the STL in Text AdventurePart 4: Templates and Metaprogramming 20. Template