Changes

Jump to: navigation, search

The Application - OOP344 20132

261 bytes added, 22:37, 19 August 2013
m
the file
Under Construction
=Music Database=
Your task for the final application is to create a personal music database program using the CIO CUI library.
==the file==
Records are kept in the following format:
<big><syntaxhighlight lang="cpp">
//class Movie{struct Songstruct Movie{ char name[71]; char actorsartist[30171]; char descalbum[165671]; char releaseDate[11]; unsigned long genre; unsigned long rating;
};
</syntaxhighlight></big>
 
==Selecting data file==
There are two choices to select a data file to browse:
:100% and up
# Search
#: to be able to narrow down the list of movies songs to the ones which fit to the search criteria
## Search on name on substring
## Search on actorartist's name on substring## Search on album's name on substring
## Search on the Date on exact match
# delete
## 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.

Navigation menu