This is the project made for Data Structures and Algorithm Course. Here we implement a C++ based Basic Music Player using the knowledge of various Data structures.. Data structures used include a doubly linked list, stacks and queues. File handling to read and write songs has also been used.