摘要: c++的多态性可以分为两种: 1.编译时多态:运算符重载和函数重载。这个比较简单,就简单介绍一下,重点是运行时多态。 运算符重载主要运用c++的operator关键字对运算符重新定义: 函数重载:有一点要记住:只有返回值不同的重定义函数是错误的,其它的不多说了。 2.运行时多态:其一虚基类表可以说主 阅读全文
posted @ 2018-01-16 17:52 WhiteLearner 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 为了防止自己忘。。。 原链接:http://blog.csdn.net/sinat_27382047/article/details/70339455 分割线 ~最简单的(C中内嵌汇编代码):在VS的C++文件里直接使用__asm{} 直接写汇编代码. http://blog.csdn.net/si 阅读全文
posted @ 2018-01-09 20:12 WhiteLearner 阅读(3481) 评论(0) 推荐(0) 编辑
摘要: 今天是5月2号,先挖个坑,自学一下SEH,学完后写个总结,记录一下学习时间。(防止自己偷懒) 阅读全文
posted @ 2017-05-03 00:06 WhiteLearner 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 没想到刚挖的坑 就找到土来填了。。。 刚在网上找的方法: 假设你的Dialog中有: CListCtrl m_listctrl; 在你调用InsertColumn之前,先要输入如下的代码: LONG styles; styles=GetWindowLong(m_listctrl.m_hWnd,GWL 阅读全文
posted @ 2017-03-17 00:50 WhiteLearner 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 第一次发的博客是用PEB获得进程完整路径,这几天在学一种新方法。进程下有多个模块,而通过windbg调试发现第一模块即进程完整路径。直接看代码把。 顺带着挖个坑,ListCtrl这个控件贼坑,咋写都不出来。。。。 阅读全文
posted @ 2017-03-17 00:22 WhiteLearner 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://codeforces.com/contest/782/problem/B 大致题意:给你一组小朋友的当前坐标和最大速度,可以在最大速度以内任何速度前进(其实就是要按最大速度算。。),问你要使他们达到同一坐标的最小时间。 昨天晚上打的CF,感觉心态都被打崩了,不过也学到了好多知 阅读全文
posted @ 2017-03-06 10:37 WhiteLearner 阅读(178) 评论(0) 推荐(0) 编辑
摘要: A. Treasure A. Treasure Malek has recently found a treasure map. While he was looking for a treasure he found a locked door. There was a string s writ 阅读全文
posted @ 2017-01-27 22:53 WhiteLearner 阅读(257) 评论(0) 推荐(0) 编辑
摘要: Anya and Ghosts Anya and Ghosts Anya loves to watch horror movies. In the best traditions of horror, she will be visited by m ghosts tonight. Anya has 阅读全文
posted @ 2017-01-21 14:23 WhiteLearner 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1.寒假开始了,寒假要狂补之前落下的ACM知识了,毕竟是大二才开始搞得,已经落后了一大截(每天做题,在博客写题解,努力学算法!)。 2.在补ACM的同时,我还计划了复习一下数据结构的知识(其实相当于预习),当时年少轻狂,不懂得数据结构的重要,导致现在连一棵树都不会写。这个寒假只要把这两项搞完,寒假就 阅读全文
posted @ 2017-01-16 00:05 WhiteLearner 阅读(203) 评论(3) 推荐(1) 编辑
摘要: Bash has set out on a journey to become the greatest Pokemon master. To get his first Pokemon, he went to Professor Zulu's Lab. Since Bash is Professo 阅读全文
posted @ 2017-01-15 23:57 WhiteLearner 阅读(661) 评论(0) 推荐(0) 编辑