vector<typename ClsTeacher> _teachers;
this is the line which error appears in it . ‘typename’ i wrote it to solve another error “ClsTeacher : undeclared identifire” what is the solution of this error?
i tried to write ‘>’ before “ClsTeacher” but anothor error appers.
New contributor
Ahmed Esam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.