This week is devoted to working on the HeapPage lab. Your group will:
While you are waiting to do your demo, keep working on Lab3. You can copy the version of your executable file to demo to another file until I get around to you, and they just run the demo_version for me:
cp wiscdb_main demo_version # keep working on Lab3 ./demo_version
If your group is stuck, add name to Q in front of room and I'll get to you first.
static const std::size_t SIZE = 8192; // set SIZE to 8K bytes // SIZE for testing // static const std::size_t SIZE = // sizeof(PageHeader) + 10*sizeof(PageSlot) + 10*strlen("Hello!") + 5;