A Capstone Project in C
Admin & User functionalities
Built with C99 standard
Persistent storage for users, movies, & bookings
This project demonstrates mastery of fundamental C programming concepts. The focus is on manual data management, memory allocation, and file I/O operations to build a complete application from the ground up.
The project is modular, separating logic into different files.
gcc main.c admin.c user.c -o app
Once compiled, the application runs directly in the terminal.
./app