Bharathgopal / M1_March_2022

Naming convention: "M1_ProjectGoal"
24 stars 83 forks source link

Doubt regarding file structure #254

Closed PranithAlva closed 2 years ago

PranithAlva commented 2 years ago

Should all the three c files and header files just placed under 3_implemntation file or should each one of them has to be kept separately in different directories.

Amangarg99 commented 2 years ago

place all three files under 3_implementation also add your test file here

ITSMEUNICK-21 commented 2 years ago

Pranith, try to follow this structure if possible : https://github.com/stepin654321/MiniProject_Template/tree/master/MiniProject_C/3_Implementation

Have a look Thank you

PranithAlva commented 2 years ago

Thank you guys