摘要: Unicode, Code Point is the value of evry character in Unicode table(int,long,ll) Unicode defines a codespace of 1,114,112 code points in the range 0he 阅读全文
posted @ 2017-02-27 14:09 HEIS老妖 阅读(166) 评论(3) 推荐(0) 编辑
摘要: if not, it will lead to an endless loop!!! 1 # include<iostream> 2 using namespace std; 3 class A 4 { 5 public: 6 int var; 7 8 A():var(0){} 9 10 A(A & 阅读全文
posted @ 2017-02-27 12:32 HEIS老妖 阅读(128) 评论(0) 推荐(0) 编辑