La clase Estudiante tiene un atributo de tipo Curso.
Entonces al inicio de Estudiante.h coloco
Código:
...y a la hora de compilar, me muestra:#ifndef CURSO_H_ #define CURSO_H_ #include "Curso.h";
Código:
..y un error en mi atributo de tipo Curso warning: extra tokens at end of #include directive
Código:
AYUDA POR FAVOR. ‘Curso’ was not declared in this scope