This is a simple console-based music library application written in C++. It allows users to play different music tracks from a predefined list and stop them as needed. The application utilizes the Windows API to handle audio playback.
- Display a menu of music tracks.
- Play selected music tracks in a loop.
- Stop the music playback when requested.
- Exit the application.
- Windows operating system.
- A C++ compiler that supports the Windows API (e.g., MSVC).