DEV Community

Cover image for Fun C++ project using linked list – Music Player
wafaa kh
wafaa kh

Posted on

Fun C++ project using linked list – Music Player

Hi everyone! πŸ‘‹

I recently built a terminal-based music player using C++ and linked lists as part of my data structures practice.

🎢 What it does:

  • Add songs to a playlist
  • Play the current song
  • Skip to the next song
  • Delete a song
  • Display all songs in the playlist

🧠 Why I built it:
I wanted to understand how linked lists work in practice and apply insert/traverse/delete operations in a fun and interactive way.

πŸ’» Tech used:

  • C++
  • Singly linked list

πŸ“‚ GitHub Repo:
Click here to view the code


I’d love any feedback or improvement ideas.

Thanks for reading! πŸ’™

Top comments (0)