proj home

Files   Classes   Functions   Hierarchy  

main.cpp

Go to the documentation of this file.
00001 #include <iostream>
00002 using namespace std;
00003 
00004 #include <mfbttest01header01.h>
00005 #include <mfbttest01header02.h>
00006 
00007 void test01()
00008 {
00009   mfbttest01header01 x1(5);
00010   mfbttest01header02 x2(7);
00011 
00012   x1.print2();
00013   x2.print2();
00014 
00015 
00016 }
00017 
00018 
00019 int main(int argc, char** argv)
00020 {
00021   test01();
00022 
00023   return 0;
00024 }
00025 
00026 

Generated on Fri Mar 4 00:49:25 2011 for Chelton Evans Source by  doxygen 1.5.8