Changes

Jump to: navigation, search

The Application - OOP344 20132

34 bytes added, 18:26, 20 July 2013
no edit summary
Records are kept in the following format:
<big><syntaxhighlight lang="cpp">
//class MovieSong{struct MovieSong{ char name[71]; char actorsartist[30171]; char descalbum[165671];
char releaseDate[11];
unsigned long genre;
: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

Navigation menu