摘要:
#include using namespace std; class Array{ private: int array[10]; int max; public: void set_value(){ for(int i=0;i>array[i]; } } ... 阅读全文
posted @ 2017-12-22 09:22
Advancing-Swift
阅读(770)
评论(0)
推荐(0)
摘要:
用类来实现时间输入输出 实参声明 标准类的方法 阅读全文
posted @ 2017-12-22 09:11
Advancing-Swift
阅读(355)
评论(0)
推荐(0)