- Beginning C++ Game Programming
- John Horton
- 92字
- 2021-07-08 11:13:21
Microsoft Visual Studio
Visual Studio hides away the complexity of the pre-processing, compiling, and linking. It wraps it all up into one press of a button. In addition to this, it provides a slick user interface for us to type our code and manage what will become a large selection of code files, and other project assets as well.
While there are advanced versions of Visual Studio that cost hundreds of dollars, we will be able to build all three of our games in the free Express 2015 for Desktop version.
推薦閱讀
- iOS面試一戰到底
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Java異步編程實戰
- Learning Spring 5.0
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- BeagleBone Media Center
- Mastering PHP Design Patterns
- Podman實戰
- C語言課程設計
- Building Microservices with .NET Core
- Odoo 10 Implementation Cookbook
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Mockito Essentials
- Kotlin Programming By Example
- jQuery技術內幕:深入解析jQuery架構設計與實現原理