proj home

Files   Classes   Functions   Hierarchy  

main.cpp File Reference

#include <iostream>
#include <mfbttest01header01.h>
#include <mfbttest01header02.h>

Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

void test01 ()
int main (int argc, char **argv)


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 19 of file main.cpp.

References test01().

00020 {
00021   test01();
00022 
00023   return 0;
00024 }

void test01 (  ) 

Definition at line 7 of file main.cpp.

References mfbttest01header02::print2(), and mfbttest01header01::print2().

00008 {
00009   mfbttest01header01 x1(5);
00010   mfbttest01header02 x2(7);
00011 
00012   x1.print2();
00013   x2.print2();
00014 
00015 
00016 }


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