0
How i add the math.h library on visual studio code?
4 Answers
+ 3
You could try:
#include "math.h"
or
#include <cmath>
+ 2
There may be an error elsewhere in the code then
+ 1
Could you attach, please, your code here?
0
I try but the program don't start