#include "Cell.hpp"
Variables | |
const Cell * | nil = 0 |
The null pointer value. |
You need to replace this with a real implementation that actually builds a tree data structure and then lets the user access the tree.
You don't necessarily need to understand the ugly details of this dummy implementation, which you'll throw away anyhow.