Hi list,
Three functions use the following items vector. Where/how should i put the vector to make this possible ?
Any reference to related sources will be appreciated.
vector< vector<int> > items ( 6, vector<int> ( 6 ) );
P.S I tried to make it static but it gave error unfortunately .