0_0_4191725_16344.c:1:20: iostream: No such file or directory
0_0_4191725_16344.c:3: error: syntax error before "namespace"
0_0_4191725_16344.c:5: error: syntax error before "bool"
0_0_4191725_16344.c: In function `IfLoop':
0_0_4191725_16344.c:10: error: `a' undeclared (first use in this function)
0_0_4191725_16344.c:10: error: (Each undeclared identifier is reported only once
0_0_4191725_16344.c:10: error: for each function it appears in.)
0_0_4191725_16344.c:13: error: 'for' loop initial declaration used outside C99 mode
0_0_4191725_16344.c:16: error: `b' undeclared (first use in this function)
0_0_4191725_16344.c:16: error: `false' undeclared (first use in this function)
0_0_4191725_16344.c: In function `main':
0_0_4191725_16344.c:23: error: `bool' undeclared (first use in this function)
0_0_4191725_16344.c:23: error: syntax error before "flag"
0_0_4191725_16344.c:25: error: `cin' undeclared (first use in this function)
0_0_4191725_16344.c:27: error: 'for' loop initial declaration used outside C99 mode
0_0_4191725_16344.c:30: error: `flag' undeclared (first use in this function)
0_0_4191725_16344.c:32: error: redefinition of 'i'
0_0_4191725_16344.c:27: error: previous definition of 'i' was here
0_0_4191725_16344.c:32: error: 'for' loop initial declaration used outside C99 mode
0_0_4191725_16344.c:35: error: `cout' undeclared (first use in this function)
0_0_4191725_16344.c:35: error: `endl' undeclared (first use in this function)
|