News

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