Re: starting late


[ Follow Ups ] [ Post Followup ] [ CS328 Message Board ] [ FAQ ]

Posted by jojo on July 16, 2001 at 00:03:39:

In Reply to: Re: starting late posted by shawn on July 15, 2001 at 23:58:16:

: take a look at trivial.cpp.example in the PROJECT_TWO directory.. it will give you an idea of what classes we're supposed to write. all we really have to write are the functions in abstract_foohandler.h... create_foo() access_foo() remove_foo() remove_all() and create_handler()...

: : I know I probably won't get much done on this project, but I still would like some help. Could someone tell me what classes we need to write. Do we write foo, or use the one he gave us, and therefore just write the abstact foo handler and the foo handler classes. Any help with this will be greatly appreciated. Don't worry, I won't be the one blowing the curve. Thanks in advance.

Yeah, sounds good..

SO my question is now then:

create_handler is much like
create a type map like object that can handle
all the processes like createfoo(), removefoo(), etc.

right?

Since Dr. VW said to use whatever: can we use a
multimap from the STL.. or do we really have to go
back to using an AVL tree (cuz I'm already sick of
looking at that!.. and still have output discrepencies
although the logic is probably accurate..)

Do you guys know what the disadv of using a
predefined multimap, multiset, etc, is?

THANKS in advance!




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS328 Message Board ] [ FAQ ]