码迷,mamicode.com
首页 >  
搜索关键字:pure    ( 374个结果
接口是没有析构函数的
在MSDN文档里,把Visual C++接口描述如下: Can inherit from zero or more base interfaces.Cannot inherit from a base class.Can only contain public, pure virtual methods.Cannot contain constructors, destructors, or...
分类:其他好文   时间:2014-10-09 18:35:07    阅读次数:188
重写 重载 隐藏
覆盖与重写可以说是一样的,但与重载不同。override(重写)是指在不同作用域中,多个函数原型完全一样,而实现却不同的函数。在C++中,经常发生在类的继承中。当基类中的某个方法是virtual或pure virtual函数时(当然访问权限必须是public或protected,因为从C++设计思想...
分类:其他好文   时间:2014-10-07 02:31:42    阅读次数:280
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 4
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/core.clj E2E Process Now it's time to put the stuff altogether. The body of the core c...
分类:Web程序   时间:2014-10-05 18:36:28    阅读次数:191
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 2
Based on the draft, the data models can be built of 3 major units: 1. Room...
分类:Web程序   时间:2014-10-05 17:54:18    阅读次数:215
A Room-Escape game made by Clojure, playing with telnet and pure-text commands - Part 1
Code path: https://github.com/bluesilence/Lisp/tree/master/clojure/projects/room-escape As I have been a fan of room-escape games, there have always been a desire to make my own story of a roo...
分类:Web程序   时间:2014-10-05 17:44:38    阅读次数:269
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 3
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/script.clj Extract Story to TXT In order to move the story from .clj into .txt, I lever...
分类:Web程序   时间:2014-10-05 17:36:38    阅读次数:214
Pure functions
In the next few sections, we’ll write two versions of a function called add_time, which calculates the sum of two Time objects. They demonstrate two k...
分类:其他好文   时间:2014-10-02 11:48:22    阅读次数:116
pure-ftpd 安装教程(超好用的FTP服务)
yum -y install pam-develwget http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.36.tar.gztar zxf pure-ftpd-1.0.36.tar.gzcd pure-ftpd-1....
分类:其他好文   时间:2014-10-01 20:41:41    阅读次数:212
09.27日记(2014年9月27日10:33:50)
耳机POI、chart 图表、地图排行榜--网页链接、优酷创收--每周抓取、小说,书籍、读书笔记纯CSS、地图应用、HFLS的计算方式(1)OpenStreetMap :官网、OSC简介(2)Pure:官网、中文版、中文版Git、OSC简介(3)那些网站:USPCAT、极客标签、慕课网、devsto...
分类:其他好文   时间:2014-09-27 13:59:39    阅读次数:182
___cxa_pure_virtual", referenced from
加入百度地图之后报这种错,解决方法:将project中的.m文件改一个成为.mm文件。
分类:其他好文   时间:2014-09-22 14:49:32    阅读次数:184
374条   上一页 1 ... 33 34 35 36 37 38 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!