1 2

2020年7月1日

类的const static成员变量

摘要: #include<iostream>using namespace std;class test{public : test (int t,int v); void print(); static void prin();private : const int a; static int b; in 阅读全文

posted @ 2020-07-01 23:12 1024刘先生 阅读(206) 评论(0) 推荐(0)

导航