Here is what I have done but unfortunately received an error in memory access violation and system asks me to report the problem to Microsoft....
lol.
Help me please........PHP Code:for(int i=0;i<rows;i++)
for(int j=0;j<cols;j++){
B[A[row][col]][A[row][col+1]]=1;
B[A[row][col]][A[row+1][col+1]]=1;
B[A[row][col]][A[row+1][col]]=1;
}
Thanks again in advance




Reply With Quote

