This repo contains C++ mini-projects and tasks from my favorite subject at ITI: File Organization 📂💻
I learned how to manage and store structured data using binary files, fixed-length records, delimited formats, and more.
- Search & Replace in files
- Fixed-length and delimited records
- Length-indicator based structures
- Binary file management
- Simulated file-based database systems
This is educational code and some files may not include the full project structure or I/O interface. It focuses mainly on backend file handling.
It felt like I was building a mini database engine from scratch using C++. No libraries. Just raw logic, structs, and binary file control. 😎
Feel free to explore or fork!