Changes

Jump to: navigation, search

The Application - OOP344 20132

226 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 struct Song{struct Song{ char name[71]; char artist[71]; char album[71]; 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:
# 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