摘要: 2D Array's memory allocation 阅读全文
posted @ 2015-10-24 20:39 Jonas0608 阅读(226) 评论(0) 推荐(0) 编辑
摘要: Const Summary 阅读全文
posted @ 2015-10-24 15:41 Jonas0608 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Operator Overload NOTE1: operator = must be overload as a member functionNOTE2: An operator function must either be a member of a class or ha... 阅读全文
posted @ 2015-10-24 11:28 Jonas0608 阅读(701) 评论(0) 推荐(0) 编辑
摘要: Deep copy ,Shallow copy, copy constructor,"="Dog.h#pragma onceclass Dog{public: char *name; Dog(); Dog(const Dog &it); ~Dog(); void ope... 阅读全文
posted @ 2015-10-23 16:44 Jonas0608 阅读(400) 评论(0) 推荐(0) 编辑
摘要: The C++ 'const' Declaration: Why & HowThe 'const' system is one of the really messy features of C++.It is simple in concept: variables declared with ‘... 阅读全文
posted @ 2015-10-20 23:13 Jonas0608 阅读(180) 评论(0) 推荐(0) 编辑
摘要: C++目录1 开始学习C++ 41.1 C++的头文件 41.2 命名空间 41.3 更严格的类型转化 41.4 new和delete 41.5 内联函数 41.6 引用 51.7 函数的重载 52 类和对象 62.1 C++类成员的保护 62.2 C++类的本质 62.3 类的作用域 62.4 类... 阅读全文
posted @ 2015-10-20 11:12 Jonas0608 阅读(188) 评论(0) 推荐(0) 编辑
摘要: any number to binary (Bit manipulation) 阅读全文
posted @ 2015-10-19 22:31 Jonas0608 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Sign and magnitude,Ones' complement and Two's complement 阅读全文
posted @ 2015-10-19 20:41 Jonas0608 阅读(517) 评论(0) 推荐(0) 编辑
摘要: printf pitfall 阅读全文
posted @ 2015-10-19 14:58 Jonas0608 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Swap Two Num 阅读全文
posted @ 2015-10-19 13:57 Jonas0608 阅读(109) 评论(0) 推荐(0) 编辑