Vorrei convertire un char* per farlo diventare un char[].
Ad esempio:
char *str1="ciao";
vorrei farlo diventare
str2=['c',''i','a','o'];
Non ho idea su come farlo... un aiuto?
Vorrei convertire un char* per farlo diventare un char[].
Ad esempio:
char *str1="ciao";
vorrei farlo diventare
str2=['c',''i','a','o'];
Non ho idea su come farlo... un aiuto?