non un vector di vector ma una struct che contiene un char e un vector:
struct elemento {
char valore;
vector<int> NewVector;
struct elemento myArray[10];
solo che poi non saprei come accedere agli elementi del vector
non un vector di vector ma una struct che contiene un char e un vector:
struct elemento {
char valore;
vector<int> NewVector;
struct elemento myArray[10];
solo che poi non saprei come accedere agli elementi del vector