0_0_10748288_7722.c:1:20: iostream: No such file or directory
0_0_10748288_7722.c:5: error: syntax error before "namespace"
0_0_10748288_7722.c:8: error: syntax error at '#' token
0_0_10748288_7722.c:15: error: syntax error before "matrix"
0_0_10748288_7722.c:16: error: syntax error before "E"
0_0_10748288_7722.c:19: error: syntax error before "mat_multiply"
0_0_10748288_7722.c:19: error: syntax error before '&' token
0_0_10748288_7722.c: In function `mat_multiply':
0_0_10748288_7722.c:20: error: `Matrix' undeclared (first use in this function)
0_0_10748288_7722.c:20: error: (Each undeclared identifier is reported only once
0_0_10748288_7722.c:20: error: for each function it appears in.)
0_0_10748288_7722.c:20: error: syntax error before "temp"
0_0_10748288_7722.c:21: error: 'for' loop initial declaration used outside C99 mode
0_0_10748288_7722.c:22: error: 'for' loop initial declaration used outside C99 mode
0_0_10748288_7722.c:23: error: `temp' undeclared (first use in this function)
0_0_10748288_7722.c:24: error: 'for' loop initial declaration used outside C99 mode
0_0_10748288_7722.c:25: error: `a' undeclared (first use in this function)
0_0_10748288_7722.c:25: error: `b' undeclared (first use in this function)
0_0_10748288_7722.c:27: error: `mod' undeclared (first use in this function)
0_0_10748288_7722.c: At top level:
0_0_10748288_7722.c:33: error: syntax error before "mat_quickpow"
0_0_10748288_7722.c: In function `mat_quickpow':
0_0_10748288_7722.c:34: error: `Matrix' undeclared (first use in this function)
0_0_10748288_7722.c:34: error: syntax error before "mat"
0_0_10748288_7722.c:36: error: `temp' undeclared (first use in this function)
0_0_10748288_7722.c:36: error: `mat' undeclared (first use in this function)
0_0_10748288_7722.c: At top level:
0_0_10748288_7722.c:43: error: syntax error before "mat_initiate"
0_0_10748288_7722.c: In function `mat_initiate':
0_0_10748288_7722.c:44: error: `Matrix' undeclared (first use in this function)
0_0_10748288_7722.c:44: error: syntax error before "temp"
0_0_10748288_7722.c: In function `main':
0_0_10748288_7722.c:55: error: `mod' undeclared (first use in this function)
0_0_10748288_7722.c:57: error: `Matrix' undeclared (first use in this function)
0_0_10748288_7722.c:57: error: syntax error before "trans"
0_0_10748288_7722.c:58: error: `trans' undeclared (first use in this function)
0_0_10748288_7722.c:63: error: syntax error before "trans"
|