I compile my program in linux - it has the following line :
std::sqrt((double)num);
On windows it is ok,but on linux I get 'sqrt' is not a member of 'std' I have an include for math.h
what is a problem with it?
See Question&Answers more detail:os