0_0_2316968_4128.cpp:2: error: expected unqualified-id before '{' token
0_0_2316968_4128.cpp:2: error: expected `,' or `;' before '{' token
0_0_2316968_4128.cpp:8: error: elements of array `Matrice Matrices[27]' have incomplete type
0_0_2316968_4128.cpp:8: error: storage size of `Matrices' isn't known
0_0_2316968_4128.cpp:8: error: storage size of `Matrices' isn't known
0_0_2316968_4128.cpp: In function `Matrice Resolve(char**, int*)':
0_0_2316968_4128.cpp:11: error: return type `struct Matrice' is incomplete
0_0_2316968_4128.cpp:14: error: aggregate `Matrice M1' has incomplete type and cannot be defined
0_0_2316968_4128.cpp:14: error: aggregate `Matrice M2' has incomplete type and cannot be defined
0_0_2316968_4128.cpp:21: error: invalid use of undefined type `struct Matrice'
0_0_2316968_4128.cpp:8: error: forward declaration of `struct Matrice'
0_0_2316968_4128.cpp:22: error: invalid use of undefined type `struct Matrice'
0_0_2316968_4128.cpp:8: error: forward declaration of `struct Matrice'
0_0_2316968_4128.cpp: In function `int main()':
0_0_2316968_4128.cpp:48: error: invalid use of undefined type `struct Matrice'
0_0_2316968_4128.cpp:8: error: forward declaration of `struct Matrice'
|