Telecharger Cours

Programmation C++ (débutant)/La classe string

char* crypter(char* chaine,int cle){ int longueur = strlen(chaine); char* chaine_cryptee = malloc(sizeof(char)*longueur); for (int i=0; chaine[i]!=0; ++i) ...



Download