int bob[x][x]; //Initialization
int **ptr; //pointer for storing arrays. //I think
ptr = &bob; //ptr equal to reference in memory of bob array.
//That's really all there is...Also you can use the new sytax as well...
And I haven't done it in a while so I dont' know the correct way to access the members. :"(
Dear writeonsharma: your reply to bazzy is nonsensical. The article shows you two different ways of doing it. What's the problem? If someone else knows other ways of doing it then perhaps they will post another alternative in addition to that.