Changes

Jump to: navigation, search

The Application - OOP344 20132

274 bytes added, 22:37, 19 August 2013
m
the file
{{OOP344 Index | 20123}}
Under Construction
=Movie BrowserMusic Database=Your task for the final application is to create a movie record browser personal music database program using the CIO CUI library.
==the file==
The data file to store the movie records music database is in binary format.<br />
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