Changes

Jump to: navigation, search

The Application - OOP344 20133

No change in size, 17:22, 27 November 2013
no edit summary
{{OOP344 Index | 20123}}
Under Construction
=Music Book Database=Your task for the final application is to create a personal music book database program using the CUI library.
==the file==
The data file to store the music book database is in binary format.<br />
Records are kept in the following format:
<big><syntaxhighlight lang="cpp">
struct SongBook
{
char name[71];
char artistauthor[71]; char albumpublisher[71];
char releaseDate[11];
unsigned long genreisbn;
unsigned long rating;
};

Navigation menu