Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/DataType/BST/BstTest.cpp File Reference

#include "DataBase.hpp"

Go to the source code of this file.

Functions

int main ()


Function Documentation

int main void   
 

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 }


Generated on Sun Oct 14 18:47:01 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001