友元类出错

按着老师写的,怎么报错呢?

#ifndef STUDENT_H

#define STUDENT_H

#include"Time.h"

class Match

{public:

Match (int hour, int min, int sec);

void testTime ();

//void printTime (Time &t);

private:

Time m_tTimer;

};

#endif

错误 1 error C2146: 语法错误: 缺少“;”(在标识符“m_tTimer”的前面) d:\vccodes\模板篇\模板篇\match.h

错误 2 error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int d:\vccodes\模板篇\模板篇\match.h


camille靖
浏览 1059回答 1
1回答

rootclass

Time是未标识的类型,没有Time 这个类,可以使用t_time  t ;
打开App,查看更多内容
随时随地看视频慕课网APP