E' possibile in C++ creare un array di stringhe?
Del tipo:
array[] = {'str1', 'str2', 'str3', ... ,'strN'}
Col pascal basta scrivere
type vettore = array[1..5] of string;
...ma in C++?
Grazie in anticipo per l'aiuto![]()
E' possibile in C++ creare un array di stringhe?
Del tipo:
array[] = {'str1', 'str2', 'str3', ... ,'strN'}
Col pascal basta scrivere
type vettore = array[1..5] of string;
...ma in C++?
Grazie in anticipo per l'aiuto![]()