prog.c:1:19: error: iostream: No such file or directory
prog.c:2:17: error: string: No such file or directory
prog.c:3: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘namespace’
prog.c: In function ‘main’:
prog.c:9: error: ‘cout’ undeclared (first use in this function)
prog.c:9: error: (Each undeclared identifier is reported only once
prog.c:9: error: for each function it appears in.)
prog.c:10: error: ‘cin’ undeclared (first use in this function)
prog.c:11: error: ‘endl’ undeclared (first use in this function)
prog.c:13: error: ‘o’ undeclared (first use in this function)