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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…