*ArrayCaratteri[0] = "ciao a tutti ...."; <<---
qui non devi invece deferenziare perche "XXXXX" in c è di tipo:
const char *
ovvero è un puntatore (costante) a char, cosi come Array[0] è un char *
*ArrayCaratteri[0] = "ciao a tutti ...."; <<---
qui non devi invece deferenziare perche "XXXXX" in c è di tipo:
const char *
ovvero è un puntatore (costante) a char, cosi come Array[0] è un char *
Sun Certified Java Programmer
EUCIP Core Level Certified
European Certification of Informatics Professionals