Bonjour,

je converti un CString en char*, et pr cela je fais un :
strcpy(char*, CString.c_str());

A la compilation ca m'affiche : error C2039: 'c_str' : is not a member of 'CString'

quelle librairie/bibliotheque devrais-je inserer?
Sinon, y'a-t-il une autre maniere de convertir le CString en char*?

merci de votre aide.