how to put an array to an class pointer variableVector<double>* rhs = new Vector<double>(ndata); c[]={0,1,2,3,1,2,1,2,1} (*rhs)=c; the m...
This user does not accept Private Messages