Surcharge de [] - C++ - Programmation
Marsh Posté le 17-08-2007 à 10:46:05
Bonjour, Je n'arrive pas à surcharger l'opérateur [], voici mon code :
Et le code de la surcharge :
L'erreur retourné par g++ :
invalid initialization of reference of type «B&" from expression of type «B*"
Merci d'avance...
Marsh Posté le 17-08-2007 à 10:48:15
bah c'est pas le bon type ...
Marsh Posté le 17-08-2007 à 11:37:19
What about :
ou alors si tu veux un vector<B*> , il te faut renvoyer un B*& masi c'ets moche
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 17-08-2007 à 10:46:05
Bonjour,
Je n'arrive pas à surcharger l'opérateur [], voici mon code :
Et le code de la surcharge :
L'erreur retourné par g++ :
invalid initialization of reference of type «B&" from expression of type «B*"
Merci d'avance...