I know that you can initialize an array in C++:<BR>int b [] = { 16, 2, 77, 40, 12071 };<BR><BR>But is it possible to do the same with a matrix?<BR>int b [][] = { 1, 2 ...