Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

test.C

Go to the documentation of this file.
00001 #include <iostream.h>
00002 #include "BigInt.H"
00003 
00004 main() {
00005  
00006   void test();
00007 
00008   test();
00009 }
00010 
00011 void test() {
00012   BigInt b = 1;
00013   for (int i=1; i<1000; ++i)
00014     b = b + i;
00015 }
00016 

Generated at Sun Feb 24 09:57:18 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001