Page 1 of 1

what c++ compiler is used ?

Posted: Mon Nov 21, 2005 6:58 am
by francis
I've had a 'compile error' when submitting a solution in C++,

I'm quite surprised because I've been testing the code with several standard compilers (latest versions, with all warnings and so on...)

How could I "correct" this error or at least get some feedback about it ??

thanks

note : the code uses

#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <locale>
#include <set>
#include <string>

edit : I also use nested comments like /* // bla */

Re: what c++ compiler is used ?

Posted: Mon Nov 21, 2005 8:08 am
by Mg9H
Check your email, a copy of the respond and some detail information (in this case, which functions cause the compiler to generate CE) will be sent to your registered email.

francis wrote:I've had a 'compile error' when submitting a solution in C++,

I'm quite surprised because I've been testing the code with several standard compilers (latest versions, with all warnings and so on...)

How could I "correct" this error or at least get some feedback about it ??

thanks

note : the code uses

#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <locale>
#include <set>
#include <string>

edit : I also use nested comments like /* // bla */

Re: what c++ compiler is used ?

Posted: Mon Nov 21, 2005 9:46 am
by Darko
Mg9H wrote:Check your email, a copy of the respond and some detail information (in this case, which functions cause the compiler to generate CE) will be sent to your registered email.
That's not true. If you are a new user with an ID#<45,000, someone will get that email, but that won't be you. I haven't received any yet.

There are language-specific forums, you might try your luck there.

Darko