Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Movie Library Management System in C

A simple command-line Movie Library Management System built in C. It demonstrates the use of structures, arrays, and menu-driven programming for managing a collection of movies.


Features

  • Add a new movie with title, director, and year
  • Display the list of all movies
  • Search for a movie by its title (case-insensitive)
  • Delete a movie by its unique ID
  • Exit the program

Technologies Used

  • Language: C
  • Compiler: GCC or any standard C compiler
  • Platform: Command Line / Terminal

How to Compile and Run

git clone https://github.com/yourusername/movie-library-c.git
cd movie-library-c
gcc movie_library.c -o movie_library
./movie_library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages