
-----------------------------------
DanShadow
Tue May 02, 2006 12:52 am

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. =)

-----------------------------------
upthescale
Tue May 02, 2006 1:58 pm


-----------------------------------
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

-----------------------------------
DanShadow
Wed May 03, 2006 1:10 pm


-----------------------------------
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.

-----------------------------------

Wed May 17, 2006 7:11 am

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???

-----------------------------------
NikG
Tue May 23, 2006 11:58 pm

Re: 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???
There's nothing too complicated about what DanShadow did vahnx. All you need is some file input/output knowledge. [url=http://www.compsci.ca/v2/viewtopic.php?t=427]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.
