8000 GitHub - yuchliu/cs222-fall18: Codebase for CS222 project, Fall 2018
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yuchliu/cs222-fall18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

- Modify the "CODEROOT" variable in makefile.inc to point to the root
  of your code base if you can't compile the code.
 
- Implement the Record-based Files (RBF) Component:

   Go to folder "rbf" and type in:

    make clean
    make
    ./rbftest1


   The program should run. But it will generates an error. You are supposed to
   implement the API of the paged file manager defined in pfm.h and some
   of the methods in rbfm.h as explained in the project description.

- By default you should not change those functions of the PagedFileManager,
  FileHandle, and RecordBasedFileManager classes defined in rbf/pfm.h and rbf/rbfm.h.
  If you think some changes are really necessary, please contact us first.

About

Codebase for CS222 project, Fall 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
CAE
0