[prog] C++
wolf
wolf at wolfrising.net
Wed Mar 3 23:07:42 EST 2004
Hi,
I trying to work on a sample C++ question but I'm having trouble
getting started, I was
wondering if anyone might be able to break this into pseudo code (I
think that's
what it's called when you just write out the steps in plain english?).
No actual
C++ code, I tend to have trouble getting started with the questions.
write a program to track a music cd library, allow the user to enter
cds. Each item
should include the artist, album title, year and genre. All records
should be
displayed in order by artist. Design this using a class and represent
each cd
as an object of that class ( This is the part that is really confusing
me). Store the
data in a text file so it can be retrieved and viewed.
Since I use OSX I was sort of following itunes as an example, I have my
cds listed
in a database in mysql, but I don't know if you can connect to that
with C++?
Any ideas/suggestions would be appreciated : )
as always thanks! : )
More information about the Programming
mailing list