1002154_0_0_30446.c:1:20: iostream: No such file or directory
1002154_0_0_30446.c:2:18: fstream: No such file or directory
1002154_0_0_30446.c:3: error: syntax error before "namespace"
1002154_0_0_30446.c: In function `main':
1002154_0_0_30446.c:8: error: `ifstream' undeclared (first use in this function)
1002154_0_0_30446.c:8: error: (Each undeclared identifier is reported only once
1002154_0_0_30446.c:8: error: for each function it appears in.)
1002154_0_0_30446.c:8: error: syntax error before "cin"
1002154_0_0_30446.c:9: error: `cin' undeclared (first use in this function)
1002154_0_0_30446.c:10: error: 'for' loop initial declaration used outside C99 mode
1002154_0_0_30446.c:15: error: 'for' loop initial declaration used outside C99 mode
1002154_0_0_30446.c:22: error: `cout' undeclared (first use in this function)
1002154_0_0_30446.c:23: error: `ios' undeclared (first use in this function)
1002154_0_0_30446.c:23: error: syntax error before ':' token
1002154_0_0_30446.c:24: error: `endl' undeclared (first use in this function)
|