#include "DataBase.hpp"
Go to the source code of this file.
Definition at line 38 of file BstTest.cpp.
00039 { 00040 00041 DataBase* bst = new DataBase(); 00042 int x = 0; 00043 00044 x = bst->read( "assmt352.dat" ); 00045 00046 delete bst; 00047 00048 return x; 00049 }