tamanio=tamanio; 6 this->matriz=NULL; 7 matriz=new..."> tamanio=tamanio; 6 this->matriz=NULL; 7 matriz=new..."/> tamanio=tamanio; 6 this->matriz=NULL; 7 matriz=new..."/>

int this this new int for int new int for int this for int this

1 #include "MatrizQ.h" 2 3 MatrizQ::MatrizQ(int tamanio) 4 { 5 this->tamanio=tamanio; 6 this->matriz=NULL; 7 matriz=new

Views 129 Downloads 3 File size 50KB

Report DMCA / Copyright

DOWNLOAD FILE

Recommend stories

Citation preview

1 #include "MatrizQ.h" 2 3 MatrizQ::MatrizQ(int tamanio) 4 { 5 this->tamanio=tamanio; 6 this->matriz=NULL; 7 matriz=new int*[tamanio]; 8 for(int i=0;itamanio; 31 return this->tamanio; 32 } 33 34 void MatrizQ::verificaTusDatos() 35 { 36 if(this->tamanio