Oui y a plus simple !!!!!!

CString MaString;
MaString.Format("%d", MonEntier);
Et voilou !!!!!
-------------------------------
Réponse au message :
-------------------------------
Y doit y avoir + simple, mais ca ca marche!!!:
CString cstr;
char* ptr = ( char* )cstr.GetBuffer( 64 );
sprintf( ptr, "%d", mon_entier );
cstr.ReleaseBuffer();
-------------------------------
Réponse au message :
-------------------------------
le tire est explicite...
merci d'avance!!