摘要: 将注册表文件加入到注册表中即可是使用右键点击拷贝文件路径注册表.regWindows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\*\shell\copypath]@="&Copy Path"[HKEY_CLASSES_ROOT\*\shell\co... 阅读全文
posted @ 2015-03-25 10:03 依然冷月 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 原文出处:http://blog.csdn.net/jcwKyl/article/details/3771059《Thinking in C++》volume 2第五章有这么一句话:Member template functions cannot be declared virtual.Curren... 阅读全文
posted @ 2015-03-25 09:34 依然冷月 阅读(403) 评论(0) 推荐(0) 编辑
摘要: http://leetcode.com/page/2http://stackoverflow.com/http://blog.csdn.net/hackbuteer1/article/details/9156289算法http://zhedahht.blog.163.com/blog/#m=0htt... 阅读全文
posted @ 2015-03-25 09:32 依然冷月 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 原文出处:http://my.oschina.net/hnuweiwei/blog/280894目录[-]多态虚函数纯虚函数虚表一般继承(无虚函数覆盖)一般继承(有虚函数覆盖)多重继承(无虚函数覆盖)多重继承(有虚函数覆盖)多态多态性就是指同样的消息被类的不同的对象接收时导致的完全不同的行为的一种现... 阅读全文
posted @ 2015-03-25 09:31 依然冷月 阅读(183) 评论(0) 推荐(0) 编辑