après avoir régler se problem, jai maintenant 5 erreurs:
error LNK2019: symbole externe non résolu "public: virtual __thiscall CStatistiques::~CStatistiques(void)" (??1CStatistiques@@UAE@XZ) référencé dans la fonction _main
error LNK2001: symbole externe non résolu "public: virtual __thiscall CStatistiques::~CStatistiques(void)" (??1CStatistiques@@UAE@XZ)
error LNK2019: symbole externe non résolu "void __cdecl AfficherHistogramme(class CStatistiques &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)"
(?AfficherHistogramme@@YAXAAVCStatistiques@@V?$bas
ic_string@DU?$char_traits@D@std@@V?$allocator@D@2@
@std@@@Z) référencé dans la fonction _main
error LNK2001: symbole externe non résolu "private: static int const CStatistiques::iNB_MIN_TIRAGE" (?iNB_MIN_TIRAGE@CStatistiques@@0HB)
fatal error LNK1120: 3 externes non résolus
pour information , il falait inclure un .lib.
dans visual c++ , j´ai click droit sur ressource file et ajouter un fichier existant, puis ajouter le .lib, ainsi que son .h dans les headers.