摘要: #includeusing namespace std;void useStatic(){ static int x = 10; cout << "useStatic x: " << x << endl; x++; cout << "useStatic x: " << x <... 阅读全文
posted @ 2015-06-28 14:44 ROTBLATT 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 5 #include"GameSpriteDemo.h" 6 #include"TriangleDemo.h" 7 8 #include"D3DTextDemo.h" 9 10 11 /* 12 * T... 阅读全文
posted @ 2015-06-24 00:50 ROTBLATT 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临 阅读全文
posted @ 2015-06-20 22:37 ROTBLATT 阅读(99) 评论(1) 推荐(0) 编辑