- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Roger Engelbert
- 58字
- 2021-07-23 20:00:25
The class interface
This will be done in a .h
file. We'll use a text editor to create this file since I don't want any code hinting and autocompletion features getting in the way of you learning the basics of C++ syntax. So for now at least, open up your favorite text editor. Let's create a class interface!
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- ExtGWT Rich Internet Application Cookbook
- Computer Vision for the Web
- Learning C++ Functional Programming
- 趣學Python算法100例
- QTP自動化測試進階
- Oracle Exadata專家手冊
- Apache Kafka Quick Start Guide
- Solr Cookbook(Third Edition)
- 智能搜索和推薦系統:原理、算法與應用
- 程序員的成長課
- 算法訓練營:海量圖解+競賽刷題(入門篇)
- LabVIEW數據采集(第2版)
- Learning RxJava
- Instant OpenCV for iOS