Our main function starts like this:
void main()
{
First we create a object t of the Test class.
  Test t;
Then we call the example member function
  t.example();
After that our little test routine ends.
}

 All Classes Functions

Generated on Tue Aug 25 12:03:18 2009 for Include Command by  doxygen 1.6.1