Compile
Linux
- git clone https://github.com/sudonitesh/hostel-management.git
- cd to src folder
- g++ classes.cpp functions.cpp main.cpp -o ../main.out
- .././main.out
Windows
- git clone https://github.com/sudonitesh/hostel-management.git
- cd to src folder
- g++ classes.cpp functions.cpp main.cpp -o ..\main.out
- ..\main.out
Project Structure
- Declare classes, functions in classes.h and functions.h respectively
- Define members of classes, functions in classes.cpp and functions.cpp respectively
Indentation
4 spaces