I wanted to know how can I create new matrixes with different width & height by passing values to class.
for example:
myClass map1;
map1.matrix[width][height] = { "###","###"}
( this is not the corrcet code but im looking for something like that )