project 5


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]

Posted by B on August 08, 1999 at 13:23:18:

What does the "union" structure in the Node class do exactly?

In the spec, it says we must change the memory pointers to file pointers. Is there an example in the sample code on how this is done?

Should our entire directory tree should be saved to
one file?

Why does the SaveList function return an integer?

When the program executes, should it immediately
read in the directory tree from the hard drive,
build the tree in memory, and write the tree back
to disk before the user is prompted with a question
about searching?

And when the user does enter a directory to search,
should this directory tree that is now stored in a
file on the hard drive be opened, searched, and
closed again each time?

Thanks a lot...


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]