Hello everyone,
I need to make a constructor that initialize a 2d vector array by zeros or nulls......
how can i do that ._.
tried nested loops like in 2d arrays but failed
should i use push_back?or is there a way i can do this without it?