vasanthpandia/Music-Library-System
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Music Library System 1. The application was developed on Ubuntu 16 with g++ version 5.4.0 2. c++ 11 flag was set to compile and run the application 3. Create and alias for cpp11 in bashrc by adding the following line and sourcing -> alias cpp11=g++ -std='c++11 -Wall -pedantic -Wextra -Werror -o Main' 4. Navigate to the directory with the code files and run the following command. cpp11 MusicClip.cpp MusicClipPtr.cpp Node.cpp LinkedList.cpp mls.cpp