📄 Download the full documentation (PDF)
The program is designed to work with two types of files:
- ✅ TOVS: (Table, Ordered, Variable-Sized Records, Overlapped) files.
- ✅ TnOVS: (Table, Not Ordered, Variable-Sized Records, Overlapped) files.
This Work is created by:
- 🎓 Zerari Tarek & 🎓 Houam Kamal
Run the following commands in the terminal to compile and run the program:
# 🏗 Compile TOVS
gcc main_TOVS.c functions_TOVS.c -o TOVS_FILES
# 🏗 Compile TnOVS
gcc main_TnOVS.c functions_TnOVS.c -o TnOVS_FILES❗ If you want to use the second mode (Open existing file), please avoid killing the last execution. 🚫 Don't click Ctrl + C or close the window directly. ✅ Instead, exit using the menu.