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

C:/temp/src/j2k/DataType/Parenth.Frd/main.cpp File Reference

#include "Parenth.hpp"

Go to the source code of this file.

Functions

int main (void)


Function Documentation

int main void   
 

Definition at line 31 of file main.cpp.

00032 {
00033    
00034    Parenth* p = new Parenth();
00035 
00036    int x = 0;     
00037 
00038    x = p->read( "parenth.dat" );
00039 
00040    delete p;
00041 
00042     return x;     // Return ErrorLevel Code, if an error occured.
00043 }


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