随笔分类 -  C++学习

摘要: 阅读全文
posted @ 2019-05-31 10:09 小小小笨蛋 阅读(456) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-25 14:06 小小小笨蛋 阅读(79) 评论(0) 推荐(0)
摘要:#include <iostream>using namespace std; class point{ public: point():x(10),y(20) { } void outxy(void); void setxy(int ,int); private: int x; int y;}; 阅读全文
posted @ 2019-01-17 16:36 小小小笨蛋 阅读(980) 评论(0) 推荐(0)