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