85270_0_6473.c:1:21: iostream: No such file or directory
85270_0_6473.c:2: error: syntax error before "namespace"
85270_0_6473.c: In function `main':
85270_0_6473.c:8: error: `bool' undeclared (first use in this function)
85270_0_6473.c:8: error: (Each undeclared identifier is reported only once
85270_0_6473.c:8: error: for each function it appears in.)
85270_0_6473.c:8: error: syntax error before "tossedTo"
85270_0_6473.c:13: error: `cin' undeclared (first use in this function)
85270_0_6473.c:18: error: 'for' loop initial declaration used outside C99 mode
85270_0_6473.c:20: error: `tossedTo' undeclared (first use in this function)
85270_0_6473.c:20: error: `false' undeclared (first use in this function)
85270_0_6473.c:27: error: `true' undeclared (first use in this function)
85270_0_6473.c:44: error: syntax error before '/' token
85270_0_6473.c:45: error: syntax error before ')' token
85270_0_6473.c:48: error: `cout' undeclared (first use in this function)
85270_0_6473.c:48: error: `endl' undeclared (first use in this function)
|