467443_0_0_4287.c:1:20: iostream: No such file or directory
467443_0_0_4287.c:2:19: sstream: No such file or directory
467443_0_0_4287.c:3:19: fstream: No such file or directory
467443_0_0_4287.c:4:18: string: No such file or directory
467443_0_0_4287.c:5:19: iomanip: No such file or directory
467443_0_0_4287.c:6: error: syntax error before "namespace"
467443_0_0_4287.c: In function `main':
467443_0_0_4287.c:17: error: syntax error before '/' token
467443_0_0_4287.c:19: error: `cin' undeclared (first use in this function)
467443_0_0_4287.c:19: error: (Each undeclared identifier is reported only once
467443_0_0_4287.c:19: error: for each function it appears in.)
467443_0_0_4287.c:30: error: `string' undeclared (first use in this function)
467443_0_0_4287.c:30: error: syntax error before "Course"
467443_0_0_4287.c:34: error: `Course' undeclared (first use in this function)
467443_0_0_4287.c:35: error: `istringstream' undeclared (first use in this function)
467443_0_0_4287.c:35: error: syntax error before "iss"
467443_0_0_4287.c:36: error: `iss' undeclared (first use in this function)
467443_0_0_4287.c:46: error: syntax error before '/' token
467443_0_0_4287.c:50: error: `cout' undeclared (first use in this function)
467443_0_0_4287.c:50: error: `fixed' undeclared (first use in this function)
|