what's meant by this code ?

Go4Expert Member
30May2007,14:27   #1
falcon eyes's Avatar
can some one explain what's meant by this code
int **IntArray = new int *[first];
Go4Expert Member
4Jun2007,19:07   #2
domain's Avatar
this is a declarations of a pointer points to a pointer
it is used when you want to manipulates an array[][]