readme

来自「mini database hpfile implement」· 代码 · 共 19 行

TXT
19
字号

Makefile: a sample makefile

main.C  test_driver.C heap_driver.C: testing programs

hfpage.h: specifications for the HFPage class.
	  (Note: we do not expect you to change this file.)

hfpage.C: skeleton of the implementation of the HFPage class.
	  (You will be working on this file for your code.)

sample_output: output from a correct implementation

ErrorProc.Example: error protocol example

make clean to clean up

you could comment out corresponding tests in RunAllTests method in test_driver.Cin order to run a subset of tests for testing purpose 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?