example_test.cpp
Go to the documentation of this file.
1 void main()
2 {
3  Test t;
4  t.example();
5 }
6 
void main()
Definition: example_test.cpp:1
A Test class.
Definition: class.h:3
void example()
a member function
Definition: 025_example.cpp:20