- Beginning C++ Game Programming
- John Horton
- 131字
- 2021-03-26 16:12:30
FAQ
Q) You mentioned there were a few more types of C++ loops. Where can I find out about them?
A) Yes, take a look at this tutorial and explanation for the do while loops: http://www.tutorialspoint.com/cplusplus/cpp_do_while_loop.htm.
Q) Can I assume I am now an expert on arrays?
A) Like many of the topics in this book, there is always more to learn. You know enough about arrays to proceed, but if you're hungry for more, take a look at this fuller arrays tutorial: http://www.cplusplus.com/doc/tutorial/arrays/.
Q) Can I assume that I am an expert on functions?
A) Like many of the topics in this book, there is always more to learn. You know enough about functions to proceed, but if want to know even more, take a look at this tutorial: http://www.cplusplus.com/doc/tutorial/functions/.
- 數據庫系統教程(第2版)
- JavaScript語言精髓與編程實踐(第3版)
- Developing Middleware in Java EE 8
- TestNG Beginner's Guide
- iOS開發實戰:從零基礎到App Store上架
- Mastering LibGDX Game Development
- Visual Basic學習手冊
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Teaching with Google Classroom
- jQuery Mobile移動應用開發實戰(第3版)
- Mastering Data Mining with Python:Find patterns hidden in your data
- Mobile Device Exploitation Cookbook
- Clean Code in C#
- Struts 2.x權威指南