- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 04:46 AM
03-07-2006 04:46 AM
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.
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.