karansher / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 0 forks source link

Error regarding using fmod and fabs #82

Open woom221 opened 1 year ago

woom221 commented 1 year ago

It seems like I encounter error which states "'fabs' is not a member of std" whenever I try to use it. If I include #include I can use them without std:: notation.

Am I allowed to do this?

Thank you

MicheleMassa802 commented 1 year ago

Im pretty sure they have mentioned that standard library imports are ok as long as you put the #include <...> in your .cpp files rather that in the .h files, since we are not submitting the .h files