184567_0_18839.c:1:19: iostream: No such file or directory
184567_0_18839.c:3: error: syntax error before "namespace"
184567_0_18839.c:5: error: syntax error before '&' token
184567_0_18839.c: In function `swap':
184567_0_18839.c:8: error: `a' undeclared (first use in this function)
184567_0_18839.c:8: error: (Each undeclared identifier is reported only once
184567_0_18839.c:8: error: for each function it appears in.)
184567_0_18839.c:8: error: `b' undeclared (first use in this function)
184567_0_18839.c: At top level:
184567_0_18839.c:10: error: syntax error before "qualify"
184567_0_18839.c: In function `qualify':
184567_0_18839.c:13: error: syntax error before "int"
184567_0_18839.c:15: error: `false' undeclared (first use in this function)
184567_0_18839.c: In function `main':
184567_0_18839.c:21: error: `cin' undeclared (first use in this function)
184567_0_18839.c:25: error: `cout' undeclared (first use in this function)
184567_0_18839.c:25: error: `endl' undeclared (first use in this function)
|