Computer Science Canada

Band Data Organizer

Author:  DanShadow [ Tue May 02, 2006 12:52 am ]
Post subject:  Band Data Organizer

I was downloading a bunch of music today.. and noticed theres no way im going to remember it all.. so I made this little program (rather quickly), thought I may as well post it if anyone else would like to use it.

Essentially, its a small (single file based) database to hold the following info about a band:
Name
Singers Sex
Music Type

These can be viewed (searched via database number or band name), added and deleted with ease.

Hope somebody else found a use for it, I certainly did, lol. =)

Author:  upthescale [ Tue May 02, 2006 1:58 pm ]
Post subject: 

Pretty cool, i dont find any use of it, but it seems you have somegood knowledge of Turing. A little thing to note is when you say [Y/N] meaning are we sure, and we hit n, the question will type over some other words, so maybe cls wud werk!!

any way great job

Author:  DanShadow [ Wed May 03, 2006 1:10 pm ]
Post subject: 

As I said, I programmed this very quickly, lol. It was just something I use to organize info on music I listen to. But yeah, your right, lol.

Author:  Anonymous [ Wed May 17, 2006 7:11 am ]
Post subject:  OMG

Omg ! Please put the source up for this, I need to know how to read files like you did. Ive been trying for weeks for my ISU. Can I have the source???

Author:  NikG [ Tue May 23, 2006 11:58 pm ]
Post subject:  Re: OMG

vahnx wrote:
Omg ! Please put the source up for this, I need to know how to read files like you did. Ive been trying for weeks for my ISU. Can I have the source???

There's nothing too complicated about what DanShadow did vahnx. All you need is some file input/output knowledge. Here's a little trick you can use by means of a temporary file.
Also, you might want to use records to get and put the data.


: