Hi
I have the following inheritance hierachy in my project: interface<-utilizador<-funcionario<-gestor
Funcionario e Gestor inherit the methods from interface but I can't use them and when compiling I get error C3861: 'enter': identifier not found.
enter is a method of interface.
I've checked header files and the methods in interface are protected.
Class utilizador is abstract.
Am I missing something?
can u list all of your class code?that's might be more straightforward.
I had a syntax error but now it's fixed...
PS. didnt post the code because it was too long... thanks for the article Zaita
Last edited on