2015年7月11日

eclipse 编译参数

摘要: 阅读全文

posted @ 2015-07-11 17:04 qwerhq 阅读(801) 评论(0) 推荐(0)

SDL2 程序 编译 错误 及 解决方案

摘要: main函数应写为int main( int argc, char* args[] )而不是int main()形式 链接库时应注意顺序 mingw32;SDL2main;SDL2; 颠倒会出现错误 应注意SDL 是32bit还是64bit。要与mingw一致 阅读全文

posted @ 2015-07-11 13:17 qwerhq 阅读(765) 评论(0) 推荐(0)

Lazy的SDL教程 翻译----Lesson 22 Timing

摘要: 原文:http://lazyfoo.net/tutorials/SDL/22_timing/index.php Timing 计时 Last Updated 3/10/14 Another important part of any sort of gaming API is the ability to handle time. In this tutorial we'll make... 阅读全文

posted @ 2015-07-11 11:22 qwerhq 阅读(445) 评论(0) 推荐(0)

导航