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 */
what c++ compiler is used ?
Moderator: Board moderators
Re: what c++ compiler is used ?
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 ?
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.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.
There are language-specific forums, you might try your luck there.
Darko