You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ console app for managing a library system. Supports books, CDs, DVDs, patrons, and loans. Features include item management, overdue tracking, and fine calculation. Uses OOP (inheritance, polymorphism), vectors, and a menu UI.
A C++ console application developed by Nathanlie Ortega. This program implements a singly linked list with operations to insert nodes, search for values, and print the list. Features a menu-driven interface and proper memory management with dynamic allocation and deallocation. Demonstrates core concepts of linked list data structures.