karansher / computer-graphics-ray-tracing

Computer Graphics Assignment about Ray Tracing
0 stars 0 forks source link

Allowed imports? #5

Open DerekCresswell opened 2 years ago

DerekCresswell commented 2 years ago

Are we allowed to import standard c++ headers? I know the whitelist only explicitly mentions limts. I just want to have access to "convience" functions from std.

Glowies commented 2 years ago

Most of the "convenience" functions from std are clear to use.