Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.8 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.8 KB

Overview

This project is a Gen Z Lingo Dictionary Management System developed as a final project for the Computer Programming 2 subject. It is implemented using Turbo C++ and utilizes a text file as its database to store and manage dictionary entries. The system is designed to handle various dictionary operations such as adding, editing, searching, and displaying words along with their definitions, changed words, and acronyms.

Features

  • User Registration
  • Admin Login
  • Add Word
  • Edit Word
  • Search Entries
  • Pagination
  • Categorization
  • Approval System

Technical Details

  • Programming Language: C++ (Turbo C++)
  • Database: Text file (USERS.TXT for user data and ENTRIES.TXT for dictionary entries)
  • User Interface: Command-line based

Contributors

Students: Bautista, Celajes, Cuevas, Eridao, Jaspe, Leonin

Instructor: Sir Muyot

Course: Computer Programming 2