Bonjour, j'ai déclarer l'opérateur dans ma classe ValueCitation:
error C2679: binary '!=' : no operator found which takes a right-hand operand of type 'std::string'
Cette erreur m'est retournée avec VC6 et VC8.Code:
1
2
3
4 #include <string> bool operator!=(std::string value);
Merci!