[C++] "référence indéfinie" sous Code::Blocks
Résolu/Fermé
prypiat_child
Messages postés
1344
Date d'inscription
vendredi 30 octobre 2009
Statut
Membre
Dernière intervention
10 avril 2014
-
Modifié par prypiat_child le 9/11/2011 à 22:03
prypiat_child Messages postés 1344 Date d'inscription vendredi 30 octobre 2009 Statut Membre Dernière intervention 10 avril 2014 - 11 nov. 2011 à 15:43
prypiat_child Messages postés 1344 Date d'inscription vendredi 30 octobre 2009 Statut Membre Dernière intervention 10 avril 2014 - 11 nov. 2011 à 15:43
A voir également:
- [C++] "référence indéfinie" sous Code::Blocks
- Le code ascii - Guide
- Code puk bloqué - Guide
- Code telephone oublié - Guide
- Code activation windows 10 - Guide
- Code gta 4 ps4 - Guide
1 réponse
prypiat_child
Messages postés
1344
Date d'inscription
vendredi 30 octobre 2009
Statut
Membre
Dernière intervention
10 avril 2014
272
11 nov. 2011 à 15:43
11 nov. 2011 à 15:43
Résolu !
Il s'agissait bien d'un souci d'initialisation : il fallait ajouter ceci dans le .cpp :
std::vector<Ensemble> Test::_e = std::vector<Ensemble>();
Il s'agissait bien d'un souci d'initialisation : il fallait ajouter ceci dans le .cpp :
std::vector<Ensemble> Test::_e = std::vector<Ensemble>();