4 #include "w_node_header.h"
9 int main (int argc, char *argv[])
13 BTree tree ("test.idx", 64);
17 Random::Ints (lst, 20);
19 std::list<int>::iterator it = lst.begin ();
20 while (it != lst.end ()) {
27 ///signal(SIGINT, finish);
33 /* Si se soporta color, los inicializo */
36 /* Simple color assignment, often all we need. */
37 init_pair(COLOR_BLACK, COLOR_BLACK, COLOR_BLACK); /* COLOR_PAIR(1) */
38 init_pair(COLOR_GREEN, COLOR_GREEN, COLOR_BLACK);
39 init_pair(COLOR_RED, COLOR_RED, COLOR_BLACK);
40 init_pair(COLOR_CYAN, COLOR_CYAN, COLOR_BLACK);
41 init_pair(COLOR_WHITE, COLOR_WHITE, COLOR_BLACK);
42 init_pair(COLOR_MAGENTA, COLOR_MAGENTA, COLOR_BLACK);
43 init_pair(COLOR_BLUE, COLOR_BLUE, COLOR_BLACK);
44 init_pair(COLOR_YELLOW, COLOR_YELLOW, COLOR_BLACK);
45 init_pair(COLOR_PAIR (1), COLOR_RED, COLOR_RED);
48 wBTree *w = new wBTree ();
49 wNodeHeader *w1 = new wNodeHeader (10, 10);
57 w1->SetHeader (n, w->GetHeader ());