Skip to content

maksuranuha/Event-Management-System-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Event-Management-System-Project

This is a C++ project based on Object-Oriented Programming (OOP) that simulates a simple Event Management System. It is designed to handle basic functionalities like registering events, calculating fees, managing attendees, and more.

💡 Key Features

  • Event creation and registration
  • Information handling
  • Fee calculation based on event type and duration
  • Menu-driven interface for easy navigation
  • Object-oriented design using classes and inheritance
  • Basic validation and error handling

🧩 Functions Included

  • For setting up a new event with necessary details
  • To input and store attendee information
  • Computes total cost depending on event type, duration, or other parameters
  • Shows all event-related and participant data
  • Provides user-friendly interface to navigate the program

This project serves as a great beginner-level implementation of C++ OOP concepts such as classes, objects, constructors, inheritance, and encapsulation while solving a real-world scenario.

About

This is a C++(oop) project on Event MAnagement System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages