Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 783 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 783 Bytes

🎬 Movie Recommendation System (C++)

The Movie Recommendation System is a C++ program designed to offer personalized movie suggestions based on user preferences. Utilizing Object-Oriented Programming (OOP) principles, the program efficiently handles movie data to recommend films tailored to the user’s tastes.

Key Benefits:

  • Time-saving: Quickly suggests relevant movies without the need to search through large catalogs.
  • Diverse exploration: Encourages users to discover new films they may not have considered.

Technologies Used

  • C++: Core programming language for system logic.
  • Microsoft Excel: Used for storing and managing the movie database.
  • Object-Oriented Programming (OOP): Applied for clean data handling and code structure.