Skip to content

Files

Latest commit

nipunsaifFariha44riazulzannathumayrarahmannipa
Jun 26, 2024
8baac56 · Jun 26, 2024

History

History
16 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 490 Bytes

Player Database For ICC Men's Cricket World Cup 2023

Objective

A console-based application which can show, search, add, modify, delete player's information who are taking part in the World Cup 2023.

Features

  • Interactive menu-based application
  • Can perform CRUD (Create-Read-Update-Delete) operations
  • Initially, data read from the file
  • Modified data stored in the file

Requirements

  • Programming Language: C++
  • Data Structure: Linked List
  • Interactivity: Menu Driven