eth-igl / gp2024-Assignments

0 stars 0 forks source link

Code Structure #18

Closed 55mmm closed 2 months ago

55mmm commented 3 months ago

Hello, I was wondering to what extent we are allowed to add new source and/or header files, or extend the structure of main_starter.cpp? Is it fine for example if we declare global variable, helper functions and even custom classes?

segaviv commented 2 months ago

Hi,

As long as the code compiles there are no restrictions on adding new source/header files, or functions/classes/additional global variables.