hi everybody
i m new with C++ and i have some issues i have 4 classes: date, personne, employe(derived from personne) and Cie.
in cie i have to use the private members : a pointers array of 25 employes
and i get this errors
5 C:\cours cpp\tps\tp3\debut_tp3_etudiants\testEmploye.cpp In file included from ../tps/tp3/debut_tp3_etudiants/testEmploye.cpp
10 C:\cours cpp\tps\tp3\debut_tp3_etudiants\classCie.h `new' cannot appear in a constant-expression
10 C:\cours cpp\tps\tp3\debut_tp3_etudiants\classCie.h ISO C++ forbids initialization of member `tabEmp'
10 C:\cours cpp\tps\tp3\debut_tp3_etudiants\classCie.h making `tabEmp' static
10 C:\cours cpp\tps\tp3\debut_tp3_etudiants\classCie.h invalid in-class initialization of static data member of non-integral type `Employe