Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linux でプログラムをコンパイルします。次の行があります。
std::sqrt((double)num);
Windows では、問題ありません。ただし、Linux では次のエラーが発生します。
sqrtのメンバーではありませんstd
sqrt
std
私はすでに含まれていmath.hます。
math.h
それの何が問題なのですか?