跟视频的内容一模一样码下来,出现了两个问题,一直解决不了,求大神帮忙
在Line.cpp中,语句Line::Line(int x1,int y1,int x2,int y2):m_coorA(x1,y1),m_coorB(x2,y2)中总是说没有与参数列表匹配的构造函数“Coordinate::Coordinate”实例
在语句Coordinate::Coordinate(int x,int y)中,总是说没有与指定类型匹配的重载函数“Coordinate::Coordinate”实例
在Line.cpp中,语句Line::Line(int x1,int y1,int x2,int y2):m_coorA(x1,y1),m_coorB(x2,y2)中总是说没有与参数列表匹配的构造函数“Coordinate::Coordinate”实例
在语句Coordinate::Coordinate(int x,int y)中,总是说没有与指定类型匹配的重载函数“Coordinate::Coordinate”实例
2016-09-28
举报