Main Page   Compound List   Compound Members   Related Pages  

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.
    }

Generated at Sun Aug 5 11:31:28 2001 for Include Command by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001