Hello, I have a doubt, can I define a vector of ex?
when I run the program throws an error of segmentation fault
thanks


vector<ex> e;

symtab table;
table ["r"]=r;    
parser reader(table);

for(int i=0;i<100;i++)
{
            e[i]=reader(formula[i].getFormula());
}