__super keyword

this keyworld is offered only by Microsoft VC. So you had to call the very name of parent class, instead of __super.

folder separator

"\"is the separator of windows. For cross-platform games, you must use "/" in all sources.

standard C library & STL

Use standard C library & STL instead of the particular APIs of each platform.
Note that some functions seem like the members of standard C library, but actually they aren't. Especially, junior programmers with only windows platform experience usually can't differentiate API set between standard C and win32 API.

最新文章

  1. 【BZOJ】3239: Discrete Logging
  2. [转载]MongoDB学习(二):数据类型和基本概念
  3. C#事件(Event)学习日记
  4. 安装setuptools和pip
  5. SQL Server 创建数据库快照
  6. RH253读书笔记(6)-Lab 6 Implementing Web(HTTP) Services
  7. AngularJS 3
  8. Node.js(初识)
  9. java 中递归的实现 以及利用递归方法实现汉诺塔
  10. sqlite3API函数
  11. Python3.6安装
  12. zeroc
  13. mybatis xml配置文件模版
  14. C# 委托例子
  15. 从Oracle数据库中的本地命名文件tnsnames.ora来看服务别名、服务名和实例名的区别。
  16. NOJ-1581 筷子 (线性DP)
  17. 弹出层小插件之(一)sweetalert
  18. linux-锁屏时间设置
  19. centos7防火墙使用方法
  20. Velocity学习4

热门文章

  1. 学习面试题Day03
  2. Key/Value之王Memcached初探:二、Memcached在.Net中的基本操作 - Edison Chou
  3. HDU 5313 Bipartite Graph
  4. HDU 1736 美观化文字
  5. 《转》GDB中应该知道的几个调试方法
  6. BNUOJ-29358 Come to a spring outing 搜索,DP
  7. EM算法原理简析——图解
  8. ACCESS-delphi向中插入一条记录报错,但ACCESS不会
  9. nyoj 115 城市平乱
  10. [Objective-c 基础 - 1.1] OC类