摘要: 自引用指针this 例 3.1 this指针的引例 #include<iostream.h> class A{ public: A(int x1){ x=x1; } void disp(){ cout<<"x= "<<x<<endl;} private: int x; }; main() { A a 阅读全文
posted @ 2019-03-14 19:20 鲸90830 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 9. 回文数 Palindrome Number 题目描述 Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. 判断一 阅读全文
posted @ 2019-03-14 16:35 鲸90830 阅读(357) 评论(0) 推荐(0) 编辑
摘要: History of HCI: Recap Input/Output devices The lesson Keyboards & terminals are just artifacts of today's technologies New input/output devices will c 阅读全文
posted @ 2019-03-14 10:49 鲸90830 阅读(194) 评论(0) 推荐(0) 编辑