i need to write a program that,


There is a file of Beach Boys albums on the internet. Each entry has the
following form:

Name of album
Artists
from 1 to 20 names of songs (in cut number order)
An album separator line is made up of equal signs

Your assignment is: for each album,

1. read in the Album Name, Artists and songs,
2. Sort the albums by Album Name alphabetically,
2. Sort the songs alphabetically,
3. Print the Album Name, Artists, and
Print the list of songs (alphabetically).

and i cant figure out how to find only certain parts or ignore certain parts of the program in order to form a linked list for albums and songs. please help

Which language are you trying to write this in (C or C++) ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.