随笔分类 - [8]--[2] 面试总结
面试总结,算法和C++常问的知识点。
摘要:1. Reference:如何实现一个mallochttp://blog.codinglabs.org/articles/a-malloc-tutorial.html2.
阅读全文
摘要:参考:1. http://www.cnblogs.com/clover-toeic/p/3754433.html2.http://www.cnblogs.com/jacksu-tencent/p/3377232.html
阅读全文
摘要:需要补充。。1. 注意虚函数的指针占4个字节。(当然是32位机器)#include #include #include #include using namespace std;class A {public: const int a;};class B {};class C {public:...
阅读全文
浙公网安备 33010602011771号