Skip to content

DanyYanev/SchoolDiary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

I have no idea what we did 2 years ago

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors