MamoonaIlyas
C++ |OOP| HTML|CSS| Javascript | Front-End Web Development |GitHub Explorer | Continuous Learner | Software Engineer To be
Pinned Repositories
AVL-Tree
This C++ code implements an AVL tree data structure using recursive methods for insertion, deletion, and balancing operations
Bank-Management-System
This C++ project employs OOP to build a bank management system, offering account management, user interaction via a menu, and functionalities such as creation, viewing, searching, depositing, and withdrawing funds.
Bookshop-linklist
This program provides a basic interface for managing a bookshop inventory. It uses a linked list to store book details and file I/O for persisting the data.
CodSoft_Task_1
Number Guessing Game: The player attempts to predict a randomly generated number between 1 and 100 in this straightforward number guessing game written in C++. In addition to congratulating the user on correctly guessing the number and indicating the number of attempts made, the program offers suggestions if the guess is too high or too low.
CodSoft_Task_2
This C++ program is a basic calculator, taking two floats and performing operations based on user input ('a' for add, 'b' for subtract, 'c' for multiply, 'd' for divide). Displays results and handles invalid input, serving as a simple example for learning C++ I/O and conditionals.
CodSoft_Task_3
Excited to share my progress on my internship task at CodSoft! Implements a console-based Tic Tac Toe game in C++. showcasing my coding skills. The game continues until there is a winner or a draw. The code features is 3x3 game , includes functions for checking wins, a full board, handling player turns, and displaying the current board state.
CodSoft_Task_4
The C++ code implements a console-based To-Do List application using classes, allowing users to add, view, mark as completed, and remove tasks. The program runs in a loop, providing a menu-driven interface with basic error handling, and users can exit the application gracefully.
CodSoft_Task_5
Explore a C++ program for library management with essential features. Ideal for students learning C++ or developers interested in basic book operations.
Hospital-Management-System
This C++ project is a console-based hospital management system with object-oriented design, featuring classes for Patient, Doctor, Staff, Bill, Appointment, and Wards (GeneralWard and ICU), demonstrating polymorphism and file I/O for data management.
Student-Management-System
"Developed a C++ Student Data Management System with features like data entry, display, update, search, delete, and secure login functionality."
MamoonaIlyas's Repositories
MamoonaIlyas/Student-Management-System
"Developed a C++ Student Data Management System with features like data entry, display, update, search, delete, and secure login functionality."
MamoonaIlyas/AVL-Tree
This C++ code implements an AVL tree data structure using recursive methods for insertion, deletion, and balancing operations
MamoonaIlyas/Bank-Management-System
This C++ project employs OOP to build a bank management system, offering account management, user interaction via a menu, and functionalities such as creation, viewing, searching, depositing, and withdrawing funds.
MamoonaIlyas/Bookshop-linklist
This program provides a basic interface for managing a bookshop inventory. It uses a linked list to store book details and file I/O for persisting the data.
MamoonaIlyas/CodSoft_Task_1
Number Guessing Game: The player attempts to predict a randomly generated number between 1 and 100 in this straightforward number guessing game written in C++. In addition to congratulating the user on correctly guessing the number and indicating the number of attempts made, the program offers suggestions if the guess is too high or too low.
MamoonaIlyas/CodSoft_Task_2
This C++ program is a basic calculator, taking two floats and performing operations based on user input ('a' for add, 'b' for subtract, 'c' for multiply, 'd' for divide). Displays results and handles invalid input, serving as a simple example for learning C++ I/O and conditionals.
MamoonaIlyas/CodSoft_Task_3
Excited to share my progress on my internship task at CodSoft! Implements a console-based Tic Tac Toe game in C++. showcasing my coding skills. The game continues until there is a winner or a draw. The code features is 3x3 game , includes functions for checking wins, a full board, handling player turns, and displaying the current board state.
MamoonaIlyas/CodSoft_Task_4
The C++ code implements a console-based To-Do List application using classes, allowing users to add, view, mark as completed, and remove tasks. The program runs in a loop, providing a menu-driven interface with basic error handling, and users can exit the application gracefully.
MamoonaIlyas/CodSoft_Task_5
Explore a C++ program for library management with essential features. Ideal for students learning C++ or developers interested in basic book operations.
MamoonaIlyas/Hospital-Management-System
This C++ project is a console-based hospital management system with object-oriented design, featuring classes for Patient, Doctor, Staff, Bill, Appointment, and Wards (GeneralWard and ICU), demonstrating polymorphism and file I/O for data management.
MamoonaIlyas/HTML-CSS-Project
Travel Website Project: Explore the World 🌍✈️
MamoonaIlyas/Object-Oriented-Programming-OOP-
MamoonaIlyas/Programing_Fundamental
MamoonaIlyas/Red-Black-Tree
The code demonstrates the implementation of a Red-Black Tree with basic operations such as insertion, deletion, and traversal.
MamoonaIlyas/Round-Robin-Scheduling
C++ program demonstrates Round Robin scheduling algorithm: calculates avg. waiting & turnaround times, displays Gantt charts for processes with/without arrival times.
MamoonaIlyas/Shop-Customer--Data-Management--System
This GitHub repository hosts a compact and efficient C++ program's including shop and customer record management functionalities. It allows users to perform various operations, including entering, displaying, updating, searching, and deleting student records. The system also provides secure login functionality.