This content originally appeared on DEV Community and was authored by wafaa kh
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! 💙
This content originally appeared on DEV Community and was authored by wafaa kh

wafaa kh | Sciencx (2025-08-05T16:05:56+00:00) Fun C++ project using linked list – Music Player. Retrieved from https://www.scien.cx/2025/08/05/fun-c-project-using-linked-list-music-player/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.