为了账号安全,请及时绑定邮箱和手机立即绑定

奇怪的bug


#include "coordinate.hpp"


#include <iostream>

using namespace std;

Coordinate::Coordinate()

{

    cout<< "this construct of Coordinate" <<endl;

}


Coordinate::~Coordinate()

{

    cout<< "this destruct of Coordinate" <<endl;

}


void Coordinate::setX(int x)

{

    m_intX = x;

}


在写setX方法时,ide xcode报错:expected ';' after top level declaration.

网上搜了各种解决方法都无效。还请老师释疑。




正在回答

1 回答

setX(int x)前括号像是中文字符

0 回复 有任何疑惑可以回复我~
#1

桃心老k 提问者

非常感谢!
2016-12-19 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C++远征之封装篇(下)
  • 参与学习       70919    人
  • 解答问题       514    个

封装--面向对象三大特征之一,通过案例让C++所学知识融会贯通

进入课程

奇怪的bug

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信