I\'ve tried looking but I haven\'t found anything with a definitive answer. I know my problem can\'t be that hard. Maybe it\'s just that I\'m tired..
Basically, I wa
const int someheight = 3; const int somewidth = 5; int (*array)[somewidth] = new int[someheight][somewidth];