dilevin / computer-graphics-raster-images

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

Question about importing other libraries in our source code #55

Open junior-stack opened 11 months ago

junior-stack commented 11 months ago

I just want to confirm that we are not allowed to import other library function in our current and future assignments? I actually want to include cmath in this assignment

Jaywantstocode commented 11 months ago

in the handout it says

Feel free and encouraged to use standard template library functions in #include \<algorithm> and #include \<cmath> such as std::fmod and std::fabs.

so i assume you can!

dilevin commented 11 months ago

yes its f one to import cmath and other standard C++ libraries.