源程序:
#include <iostream>
#include <cmath>
using namespace std;
class A
{
private:
const int a;
public:
A(int x)
{
a=x;
}
void show()
{
cout<<"a="<<a<<endl;
}
};
int main()
{
A m(5);
m.show();
return 1;
}
源程序:
#include <iostream>
#include <cmath>
using namespace std;
class A
{
private:
const int a;
public:
A(int x)
{
a=x;
}
void show()
{
cout<<"a="<<a<<endl;
}
};
int main()
{
A m(5);
m.show();
return 1;
}
下一篇:c++复制构造函数的使用
const*和*const的区别也是老生常谈了,其实也很简单。比如int const*a
行内式、内嵌式、外链式和导入式。. 1.行内式: 行内式也被称为内联式,可以通过style属性设置标签的样式。行内式基本语法格式如下:<标签名 style="属性1:属性值1; 属性2:属性值2; 属性3:属性值3;">内容</ 标签
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M