摘要: Here, in an excerpt from a 1994 Rolling Stone interview, Jobs explains what object-oriented programming is.Jeff Goodell:Would you explain, in simple t... 阅读全文
posted @ 2015-07-18 01:23 As局外人 阅读(200) 评论(0) 推荐(0)
摘要: SDL(Simple DirectMedia Layer) 是一个的第三方图形库(library),用于主要2D游戏开发(当然你也可以用它开发普通的应用)。优点有轻量,跨平台,简单。很适合想做游戏开发但目前仅有基本的C++基础(至少了解类和指针的操作)的童鞋。 这是官网地址,英文OK的童鞋可以... 阅读全文
posted @ 2015-05-03 02:12 As局外人 阅读(875) 评论(0) 推荐(0)
摘要: 这个关于算法的博客系列我将用英文(都是基础英文词汇)来写,文中若有英文语法搭配错误请大家指出。 This is the source code: 1 #include 2 void mySwap(int &a,int &b); 3 int main(){ 4 int a[]={23,... 阅读全文
posted @ 2015-05-01 16:27 As局外人 阅读(107) 评论(0) 推荐(0)