Course Solutions Uncategorized (Solved) : 1 Create Three Files Submit Playlisth Struct Definition Related Function Declarations Play Q29008724 . . . .

(Solved) : 1 Create Three Files Submit Playlisth Struct Definition Related Function Declarations Play Q29008724 . . . .

 

(1) Create three files to submit.

Playlist.h – Struct definition and related functiondeclarations

Playlist.c – Related function definitions

main.c – main() function

Build the PlaylistNode class per the following specifications.Note: Some functions can initially be function stubs (emptyfunctions), to be completed in later steps.

Private data members

char uniqueID[50]

char songName[50]

char artistName[50]

int songLength

PlaylistNode* nextNodePtr

Related functions

CreatePlaylistNode() (1 pt)

InsertPlaylistNodeAfter() (1 pt)

Insert a new node after node

SetNextPlaylistNode() (1 pt)

Set a new node to come after node

GetNextPlaylistNode()

Return location pointed by nextNodePtr

PrintPlaylistNode()

Ex. of PrintPlaylistNode output:

Unique ID: S123Song Name: PegArtist Name: Steely DanSong Length (in seconds): 237

(2) In main(), prompt the user for the title of the playlist. (1pt)

Ex:

Enter playlist’s title:JAMZ

(3) Implement

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post