Include Command
Main Page
Related Pages
Classes
Our main function starts like this:
void
main()
{
First we create an 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 on Fri Feb 26 2016 10:07:41 for Include Command by
1.8.7