i was born in the heart of Inuit Alaska, my mother raised my family using a knife called an 'ulu' to skin animals and build igloos. now i am banned from ee-sama stream for sharing my heritage.
#To compile through terminal
First build all the functions includeing the main file:
g++ -c ./functons/[name-of-the-function]
g++ -c [name-of-the-main-file] (in this case it's students.cpp)
The compile all the builded files in to an executable:
g++ [name-of-build-file_No:1] [name-of-build-file_No:N] [name-of-main-build-file] -o [name-of-executable]