Changes

Jump to: navigation, search

The Application - OOP344 20133

97 bytes added, 02:56, 14 December 2013
Submission
{{OOP344 Index | 2012320133}}
Under Construction
=Music Book Database=Your task for the final application is to create a personal music book database program using the CUI CIO 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;
};
:100% and up
# Search
#: to be able to narrow down the list of songs books to the ones which fit to the search criteria
## Search on name on substring
## Search on artist's name on substring
## delete a record from the file
==Submission==
To submit your assignment, tag your final commit as "V1.0" in github. Go to the release section to accomplish this. If you need further instruction on this, please refer to the github help pages, Google works too.
 
* Its '''TEAM''' ASSIGNMENT, not individual.
* Due Date: <u>'''Saturday, Dec 14 at noon'''</u>

Navigation menu