Jaya Venkataramanappa
Occasional Contributor

Re: Compilation Errors

Thanks for sending in the solutions..
As the aCC 3.57 compiler has problems with namespaces we have added the following declaration in the file and it's dependency files:

namespace std {} using namespace std;

Adding the above declaration for namespace the code has successfully compiled.