Salut
voila j'ai un probl�me, lors de ma derni�re compilation j'ai eu un message me disant qu'il manquait un constructeur par d�fault dans ma classe CC_Section, de se fait j'en ait ajouter un et depuis j'ai l'erreur suivante :
voila comment je l'ai d�clar�e :[C++Erreur] vecteurfichier.h(282): Ambiguity between 'CC_Section::CC_Section()' and 'CC_Section::CC_Section(int,int)'.
J'aimerai comprendre pourquoi le compilateur me dis qu'il y a ambiguit� et j'aimerai savoir comment r�soudre � se probl�me.// fonctions
CC_Section();
CC_Section(int , int);
Init_Section(int , int );![]()
Partager