Introduction to the B+Tree project.
Page objects to store LeafNode data
As you work on C++ labs, remember all these resources:
- Week 5 Monday lab: C++ strings and mapping
structures onto raw memory.
- Week 2 Monday lab: C++ exceptions, reference parameters, const
- Week 1 Monday lab: C++ programming, C++ debuggin tools (valgrind and gdb), C-style strings, other resources for CS lab work
There is lots of documentation also available off
my help pages
Under "Language Help" the C and C++ headings have a lot of information and
resources for C++ and C programming.