Files Classes Functions Hierarchy
#include <iostream>#include <mfbttest01header01.h>#include <mfbttest01header02.h>
Go to the source code of this file.
Functions | |
| void | test01 () |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| 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 }
1.5.8