Issue
I had tried running a program which I solved in codeblocks and using math.h library in cs50 ide by Harvard University(which is Ubuntu based). Its giving me an error that library is not included. How to include to my cs50 ide..?
Solution
Are you including it in the compiling?
Easiest way to do it is to compile with: make filename
If that doesn't work check you are adding it correctly: #include
Answered By - lordf Answer Checked By - Candace Johnson (WPSolving Volunteer)