Bonjour,
je voulais savoir si il est possible de faire une allocation mémoire pour un tableau de string?
Car ça marche pas chez moi.
ex :
string * tab;
est ce possible de faire tab=(string*)malloc(10*sizeof(string));?
alaninho
Bonjour,
je voulais savoir si il est possible de faire une allocation mémoire pour un tableau de string?
Car ça marche pas chez moi.
ex :
string * tab;
est ce possible de faire tab=(string*)malloc(10*sizeof(string));?
alaninho
Partager